Add support for most of the ESC[<low number>t sequences, which xterm
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 25 Nov 2001 15:21:25 +0000 (15:21 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 25 Nov 2001 15:21:25 +0000 (15:21 +0000)
commit68f9b3d9a6eccbfb006343ec7edc045e7d673973
tree163f747bf2d469a2e282dbd51c1f0961648d2cd9
parent7bedb13c064e90654b709137a01c6feaee7a3abe
Add support for most of the ESC[<low number>t sequences, which xterm
uses to manipulate the window (minimise, maximise, front, back,
move, resize) and report things about the window (is it minimised or
maximised, how big is it, what's its title). Missing are ESC[4;X;Yt
(resize to a specified pixel size; our resize code doesn't like it)
and ESC[19;X;Yt (report size of _screen_ in _characters_, which it
isn't even obvious how to do when you've got a variable font size).

git-svn-id: svn://svn.tartarus.org/sgt/putty@1414 cda61777-01e9-0310-a592-d414129be87e
putty.h
terminal.c
window.c