]> asedeno.scripts.mit.edu Git - PuTTY.git/history - terminal.h
first pass
[PuTTY.git] / terminal.h
2016-11-17 Simon TathamMake ESC[3J (clear scrollback) a disableable escape...
2015-11-07 Simon TathamMerge tag '0.66'
2015-10-28 Ben HarrisMore robust control sequence parameter handling.
2015-10-27 Ben HarrisMore robust control sequence parameter handling.
2013-09-15 Simon TathamRemove the timed part of the terminal paste mechanism.
2013-08-17 Simon TathamRevamp the terminal paste mechanism using toplevel...
2013-01-23 Simon TathamPatch from Egmont Koblinger to implement two extended...
2012-02-19 Simon TathamPatch from Matsui Nag to implement xterm's "bracketed...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2008-12-20 Jacob NevinsCosmetic: clarify that term->xterm_mouse is not boolean...
2006-08-15 Simon TathamEr, ahem. Other half of r6788. :-/
2006-02-19 Jacob NevinsAdd/tweak a couple of comments.
2004-11-28 Simon TathamCursor position, selection highlights and mouse clicks...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-10-15 Simon TathamStore line widths in the bidi cache, so we don't fail...
2004-10-14 Simon TathamFirst-stage support for Unicode combining characters...
2004-10-13 Simon TathamRe-engineering of terminal emulator, phase 1.
2004-05-22 Simon TathamAt last! After much delay, much faffing back and forth...
2003-06-21 Ben HarrisMissing part of my recent SCOANSI fix.
2003-03-29 Simon Tathampterm now uses the new uxsel module, so it's one step...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-07 Simon TathamRichard B's patch for resize behaviour. The scrollback...
2003-03-06 Simon TathamRichard B's patch to push erased text into the scrollba...
2003-02-01 Ben HarrisRichard's lazy-scrolling patch. This builds up scroll...
2003-01-14 Simon TathamDeglobalise the Unicode module. Despite all my grand...
2003-01-12 Simon Tathamterm->cfg is now a full copy of the Config structure...
2002-11-29 Ben HarrisImprove support for non-colour displays by adding a...
2002-11-23 Ben HarrisAdd a "Config *" argument to term_init(), and use that...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamLine discipline module now uses dynamically allocated...
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-10-23 Simon TathamOops. Forgot to check in terminal.h from yesterday...