Info and diagnostic
| conn | prints out diagnostic info |
| compress | toggle compression |
Colour
| colour mono | turn off colour |
| colour | turn colour on |
| colour terra | choose a particular colour scheme (see help colour) |
| setcol darkgray ^w | customisation (in this case, sets the ^L code to generate white instead) |
| showcol | showing the settings |
Newlines, Prompts, Etc
| clrstyle | magic prompt erasure stuff. likely not to work well in bad clients |
| newstyle | similar to above. worse but better covered |
| newlines | may help pager on certain clients |
Wordwrapping and Paging
| rows 40 | set number of rows |
| columns 132 | set number of columns |
Charsets
| charset default | Latin1 or Unicode depending upon your $TERM. |
| latin1 | - Latin1 (Western European) |
| macroman | - Macintosh Western European |
| cp437/850/1252 | - various dos/windows ones |
| ascii | - basic US ASCII |
| unicode | - UTF-8 encoded unicode. rejoice. |
Vt100 linedrawing
| lines off | don't draw vt100 lines even if the terminal claims to support them |
| lines auto | draw them if $TERM is right. |
| lines on | draw them always |