English
Chinese
  yTin Online Help  

  Home (english) | Home (chinese) | Downloads | Sample scripts | Online help | Utilities | FAQs | Discussions/Messages | Mud&links | My Progs | Mirrors |
toggle

format: #toggle {setting} [{absolute_value}]

It is actually both toggle and set
Available toggle settings:
         #toggle big5            <= handles BIG5 encoding's problem
         #toggle echo            <= same as #echo
         #toggle ignore         <= same as #ignore
         #toggle presub         <= same as #presub
         #toggle prompt_on
         #toggle raw               <= pernament interactive mode (windows version)
                                             see also: #raw, use windows menu to toggle off
Note: when ESC is mapped to boss key, to send real ESC, use ctrl-[. Macroes
         still works after toggle raw 1, alias only works for actions et al.
         Interactive mode is temporarily off when no sessions.
         #toggle redraw         <= same as #redraw
         #toggle skiptelnetseq   <= by default, yTin handles most telnet sequence
                                             specified by telnet RFCs.
                     skiptelnetseq=1:   skip local/remote echo negotiation
                     skiptelnetseq=2:   skip termtype negotiation
                     more to come if needed ...
                     Example:   #toggle skiptelnetseq 3 (3=1+2) will skip termtype and echo negotiation
         #toggle speedwalk      <= same as #speedwalk
         #toggle stripcolor   <= toggle if stripcolor before action or not
         #toggle ticker_in_split   <= disable the ticker on split line
         #toggle tcp_nodelay   <= disable the Nagle algorithm (GOOGLE IT FOR TECH DETAILS)
         #toggle togglesubs   <= same as #togglesubs
         #toggle verbatim      <= same as #verbatim
It is recommended to use #toggle command when it is available,
in later version other old commands that can be replaced by toggle
might be no longer available.