Set title bas on the output found on the screen.
[screen-lua.git] / src / NEWS.3.6
blob6d4360f3aec89ab5c8aab733582f5aa9bd743514
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
9   command).
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.)
15   You may want to add
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
19   support.
20   
21 * Zombie feature added. Windows now may generate a message (with a
22   timestamp) if they die and stay around until the user presses
23   a key.
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
36   the "gr" command.
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.