2 ----------------------------
3 What's new in screen-3.6 ?
4 ----------------------------
6 * Input translation! This makes the vt100 emulation complete.
7 As an addition it is now possible to bind any command to any
8 (function-) key. See the man page for more details (bindkey
11 * Status line support. Each window can have a different status line.
12 Use the ANSI APC string to set the status line, i.e.:
13 <ESC>_<status string><ESC>\
14 (For convenience the xterm sequence is also accepted.)
16 termcap * '' ':hs:ts=\E_:fs=\E\\:ds=\E_\E\\:'
17 terminfo * '' ':hs:ts=\E_:fs=\E\\:ds=\E_\E\\:'
18 to your ~/.screenrc to make screen advertise the hardstatus
21 * Zombie feature added. Windows now may generate a message (with a
22 timestamp) if they die and stay around until the user presses
25 * New paste syntax: Paste can now concatenate registers and paste
26 either on screen or in anouther register.
27 This makes the old "ins_reg", "copy_reg" commands obsolete.
29 * More architecures supported. Screen now runs on AIX3.2.5,
30 Solaris, NeXT and some other exotic platforms.
32 * Kanji support added. Screen understands JIS, EUC and SJIS coding.
33 This is an experimental feature.
35 * GR charset switching (ISO 2022) implemented. Can be enabled with
38 * C1 sequences implemented (see the "c1" command).
40 * Tek support from Xiaoguang Zhang. Apply tek.patch if you want to
41 make screen pass tek sequences.
43 * List of new commands:
44 bindkey, c1, command, defc1, defgr, defkanji, gr, kanji, mapdefault,
45 mapnotnext, maptimeout, pastefont, printcmd, readreg, stuff, zombie
47 * Lots of other bugs fixed.