summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Implement alternate charset HEAD masterJune McEnroe2019-08-18
|
* Fix CSI param countingJune McEnroe2019-08-16
|
* Fix scrollUp OOB if scroll.bot is 0June McEnroe2019-08-16
|
* Make everything 0-based and exclusiveJune McEnroe2019-08-16
| | | | Also allow both forms of cell pointer to one past the end.
* Behave like ICH in IRMJune McEnroe2019-08-14
| | | | This should fix another OOB bug.
* Fix wrapping, maybe?June McEnroe2019-08-14
| | | | It's enough for nvim to not be totally broken, anyway.
* 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
|
* Add basic viewerJune McEnroe2019-08-05
|
* 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
|
* Add poll timeout to ingestJune McEnroe2019-08-01
|
* Be silent about client errorsJune McEnroe2019-07-31
|
* Update ingest terminalJune McEnroe2019-07-31
|
* Import terminal emulation from shottyJune McEnroe2019-07-31
|
* Pass original command to dispatchJune McEnroe2019-07-29
|
* Rename wrapper to dispatchJune McEnroe2019-07-29
|
* Track only the max client fdJune McEnroe2019-07-29
|
* Do basic multiplexing in ingestJune McEnroe2019-07-28
|
* Add empty commandsJune McEnroe2019-07-28
|