summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remember to free() state->tabstopsPaul LeoNerd Evans2013-04-20
* protected_cell glyphinfo should be a single bit bitfieldPaul LeoNerd Evans2013-04-20
* Implement DECRQSS on SGRPaul LeoNerd Evans2013-04-13
* Create dedicated DCS output function to avoid the ST in regular vterm_push_ou...Paul LeoNerd Evans2013-04-13
* Adjust bin/unterm to use new .sb_pushline instead of .prescrollPaul LeoNerd Evans2013-04-13
* Removed prescroll event from Screen callbacks structPaul LeoNerd Evans2013-04-13
* Removed implementation of Screen prescroll eventPaul LeoNerd Evans2013-04-13
* Remember to only clamp cursor position -after- calling screen resize, in case...Paul LeoNerd Evans2013-04-13
* Slightly neater resize code in ScreenPaul LeoNerd Evans2013-04-13
* Allow fetching back of scrollback from the implementation to fill the top of ...Paul LeoNerd Evans2013-04-13
* Handle resizing shorter more effectively - scroll append scrollback lines if ...Paul LeoNerd Evans2013-04-13
* Initial attempt at scrollback management callbacks in Screen - sb_pushlinePaul LeoNerd Evans2013-04-13
* Initial attempt at scrollback management callbacks in Screen - sb_pushlinePaul LeoNerd Evans2013-04-13
* Rearranged vterm.h into separate sections that make more sense togetherPaul LeoNerd Evans2013-04-13
* Correctly handle doublewidth characters in 80th columnPaul LeoNerd Evans2013-03-23
* Fix extent end_row off-by-onePaul LeoNerd Evans2013-02-26
* Added vterm_screen_get_attrs_extent()Paul LeoNerd Evans2013-02-26
* Null array sentinel needs to be { 0 }, not { 0, 0 }Paul LeoNerd Evans2013-02-22
* Implement SS2 and SS3Paul LeoNerd Evans2013-02-01
* Implement LS{1,2,3}RPaul LeoNerd Evans2013-02-01
* Also include colours in unterm SGR output formatPaul LeoNerd Evans2013-01-07
* Allow embedding to query colours used by palettePaul LeoNerd Evans2013-01-07
* Minor rearrangement of colour palette lookup internalsPaul LeoNerd Evans2013-01-07
* const-mark things in the API that should take const object pointersPaul LeoNerd Evans2013-01-07
* First attempt at output formatting of unterm; SGR format, no coloursPaul LeoNerd Evans2013-01-07
* Allow vterm-dump to read from stdinPaul LeoNerd Evans2013-01-07
* dump_row() one cell at a time in bin/unterm, to prepare for formatted outputPaul LeoNerd Evans2013-01-07
* Recognise (and ignore) VT52 sequence of ESC < to return to VT100 modePaul LeoNerd Evans2013-01-01
* Recognise keypad input keys, implement DECKPAM and DECKPNMPaul LeoNerd Evans2012-12-06
* Implement DECRQM on mouse modesPaul LeoNerd Evans2012-12-01
* Extra braces to make if/else less ambiguousPaul LeoNerd Evans2012-12-01
* Implement more DEC mode queries in DECRQMPaul LeoNerd Evans2012-12-01
* Implement DECRQM on mouse encoding modesPaul LeoNerd Evans2012-12-01
* Implement DECRQSS{DECSCA}Paul LeoNerd Evans2012-12-01
* Better documentation of DECRQSS - the parameter comes after $qPaul LeoNerd Evans2012-12-01
* Move state query testing to the unit tests for the feature they queryPaul LeoNerd Evans2012-12-01
* Minor docs fixesPaul LeoNerd Evans2012-12-01
* Implement DECDSRPaul LeoNerd Evans2012-11-30
* Neater docs on the CSIs/DCSes with sub-parametersPaul LeoNerd Evans2012-11-28
* Correct form of DECDLD in unsupported section, note it is on VT320 as wellPaul LeoNerd Evans2012-11-28
* Initial stab at documenting the VT320 sequencesPaul LeoNerd Evans2012-11-28
* Implement (some of) DECRQMPaul LeoNerd Evans2012-11-28
* Implement DECIC and DECDCPaul LeoNerd Evans2012-11-28
* Implement DECVSSM and DECSLRMPaul LeoNerd Evans2012-11-28
* More unit testing of scroll-related functions with DECSTBM setPaul LeoNerd Evans2012-11-27
* Don't implement ANSI save / ANSI restore, as save conflicts with DECSLRMPaul LeoNerd Evans2012-11-27
* Rename scrollregion_{start,end} to _{top,bottom} in preparation for left/righ...Paul LeoNerd Evans2012-11-27
* Support DECSCUSR in vterm-ctrlPaul LeoNerd Evans2012-11-27
* Recognise DECSCUSR request for vertical bar shapePaul LeoNerd Evans2012-11-27
* Also add a Makefile target to install the bin filesPaul LeoNerd Evans2012-11-14