summary refs log tree commit diff
path: root/term.c (follow)
Commit message (Collapse)AuthorAge
* Adjust bounds checks againJune McEnroe2019-08-14
| | | | | Allows pointers to one past the last column. Prevents weird scrolls. We'll see how this does in fuzzing...
* Handle state transitions just much betterJune McEnroe2019-08-14
|
* Allow :<=>? in CSI paramsJune McEnroe2019-08-14
|
* Stop parsing CSI params when cap is hitJune McEnroe2019-08-13
|
* Box ICH and DCH to R-XJune McEnroe2019-08-13
|
* Add minimums of 1 to some parametersJune McEnroe2019-08-13
|
* Avoid inserting or deleting 0June McEnroe2019-08-13
|
* Set up afl-fuzzJune McEnroe2019-08-12
|
* Remove main in term.cJune McEnroe2019-08-12
| | | | Oops, added this for fuzzing.
* Use a big macro switch-caseJune McEnroe2019-08-12
| | | | | This lets the compiler inline and generate jump tables however it sees fit.
* Use low numbers for statesJune McEnroe2019-08-11
|
* 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