New timing infrastructure. There's a new function schedule_timer()
[u/mdw/putty] / terminal.h
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-10-15 simonStore line widths in the bidi cache, so we don't fail...
2004-10-14 simonFirst-stage support for Unicode combining characters...
2004-10-13 simonRe-engineering of terminal emulator, phase 1.
2004-05-22 simonAt last! After much delay, much faffing back and forth...
2003-06-21 benMissing part of my recent SCOANSI fix.
2003-03-29 simonpterm now uses the new uxsel module, so it's one step...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-07 simonRichard B's patch for resize behaviour. The scrollback...
2003-03-06 simonRichard B's patch to push erased text into the scrollba...
2003-02-01 benRichard's lazy-scrolling patch. This builds up scroll...
2003-01-14 simonDeglobalise the Unicode module. Despite all my grand...
2003-01-12 simonterm->cfg is now a full copy of the Config structure...
2002-11-29 benImprove support for non-colour displays by adding a...
2002-11-23 benAdd a "Config *" argument to term_init(), and use that...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonLine discipline module now uses dynamically allocated...
2002-10-25 simonMajor destabilisation, phase 2. This time it's the...
2002-10-23 simonOops. Forgot to check in terminal.h from yesterday...