]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Add support for most of the ESC[<low number>t sequences, which xterm
authorSimon Tatham <anakin@pobox.com>
Sun, 25 Nov 2001 15:21:25 +0000 (15:21 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 25 Nov 2001 15:21:25 +0000 (15:21 +0000)
commit928bea1999465005382a64720cd969190c46f2eb
tree163f747bf2d469a2e282dbd51c1f0961648d2cd9
parentabd4f261f694ef0920404bd750ec4866c0a3021e
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: http://svn.tartarus.org/sgt/putty@1414 cda61777-01e9-0310-a592-d414129be87e
putty.h
terminal.c
window.c