summary refs log tree commit diff
path: root/term.c (follow)
Commit message (Collapse)AuthorAge
* Respect scroll region in DL and ILJune McEnroe2019-08-10
|
* Fix RIJune McEnroe2019-08-10
| | | | It's like reverse-NL, not just scrolling.
* Handle HTJune McEnroe2019-08-10
|
* Rewrite terminal emulatorJune McEnroe2019-08-10
|
* Flip enumerator-constant order for sortingJune McEnroe2019-08-07
|
* Implement DECSC and DECRCJune McEnroe2019-08-07
|
* Implement ILJune McEnroe2019-08-07
|
* Implement ICHJune McEnroe2019-08-07
|
* Implement INDJune McEnroe2019-08-07
|
* Implement SU and SDJune McEnroe2019-08-06
|
* Factor out scrollingJune McEnroe2019-08-06
|
* Fix DECSTBM in termSnapshotJune McEnroe2019-08-06
|
* Fix RI state returnJune McEnroe2019-08-06
|
* Implement RIJune McEnroe2019-08-05
|
* Handle DECSET/DECRST for cursorJune McEnroe2019-08-05
|
* Fix CUP coords in termSnapshotJune McEnroe2019-08-05
|
* Write warnings if stderr is not a TTYJune McEnroe2019-08-05
|
* Add dim and blink attributesJune McEnroe2019-08-05
|
* Add termDisplayJune McEnroe2019-08-05
|
* Implement ECHJune McEnroe2019-08-01
|
* Use PSCap in updateCSI and styleDiffJune McEnroe2019-08-01
|
* Implement termSnapshotJune McEnroe2019-08-01
|
* Factor out SGR handlingJune McEnroe2019-08-01
|
* Import terminal emulation from shottyJune McEnroe2019-07-31