Commit message (Collapse) | Author | ||
---|---|---|---|
2019-08-14 | Behave like ICH in IRM | June McEnroe | |
This should fix another OOB bug. | |||
2019-08-14 | Fix wrapping, maybe? | June McEnroe | |
It's enough for nvim to not be totally broken, anyway. | |||
2019-08-14 | Adjust bounds checks again | June McEnroe | |
Allows pointers to one past the last column. Prevents weird scrolls. We'll see how this does in fuzzing... | |||
2019-08-14 | Handle state transitions just much better | June McEnroe | |
2019-08-14 | Allow :<=>? in CSI params | June McEnroe | |
2019-08-13 | Stop parsing CSI params when cap is hit | June McEnroe | |
2019-08-13 | Box ICH and DCH to R-X | June McEnroe | |
2019-08-13 | Add minimums of 1 to some parameters | June McEnroe | |
2019-08-13 | Avoid inserting or deleting 0 | June McEnroe | |
2019-08-12 | Set up afl-fuzz | June McEnroe | |
2019-08-12 | Remove main in term.c | June McEnroe | |
Oops, added this for fuzzing. | |||
2019-08-12 | Use a big macro switch-case | June McEnroe | |
This lets the compiler inline and generate jump tables however it sees fit. | |||
2019-08-11 | Use low numbers for states | June McEnroe | |
2019-08-10 | Respect scroll region in DL and IL | June McEnroe | |
2019-08-10 | Fix RI | June McEnroe | |
It's like reverse-NL, not just scrolling. | |||
2019-08-10 | Handle HT | June McEnroe | |
2019-08-10 | Rewrite terminal emulator | June McEnroe | |
2019-08-07 | Flip enumerator-constant order for sorting | June McEnroe | |
2019-08-07 | Implement DECSC and DECRC | June McEnroe | |
2019-08-07 | Implement IL | June McEnroe | |
2019-08-07 | Implement ICH | June McEnroe | |
2019-08-07 | Implement IND | June McEnroe | |
2019-08-06 | Implement SU and SD | June McEnroe | |
2019-08-06 | Factor out scrolling | June McEnroe | |
2019-08-06 | Fix DECSTBM in termSnapshot | June McEnroe | |
2019-08-06 | Fix RI state return | June McEnroe | |
2019-08-05 | Add basic viewer | June McEnroe | |
2019-08-05 | Implement RI | June McEnroe | |
2019-08-05 | Handle DECSET/DECRST for cursor | June McEnroe | |
2019-08-05 | Fix CUP coords in termSnapshot | June McEnroe | |
2019-08-05 | Write warnings if stderr is not a TTY | June McEnroe | |
2019-08-05 | Add dim and blink attributes | June McEnroe | |
2019-08-05 | Add termDisplay | June McEnroe | |
2019-08-01 | Implement ECH | June McEnroe | |
2019-08-01 | Use PSCap in updateCSI and styleDiff | June McEnroe | |
2019-08-01 | Implement termSnapshot | June McEnroe | |
2019-08-01 | Factor out SGR handling | June McEnroe | |
2019-08-01 | Add poll timeout to ingest | June McEnroe | |
2019-07-31 | Be silent about client errors | June McEnroe | |
2019-07-31 | Update ingest terminal | June McEnroe | |
2019-07-31 | Import terminal emulation from shotty | June McEnroe | |
2019-07-29 | Pass original command to dispatch | June McEnroe | |
2019-07-29 | Rename wrapper to dispatch | June McEnroe | |
2019-07-29 | Track only the max client fd | June McEnroe | |
2019-07-28 | Do basic multiplexing in ingest | June McEnroe | |
2019-07-28 | Add empty commands | June McEnroe | |
2019-07-28 | Rename ptee stream | June McEnroe | |
2019-07-28 | Remove ptee keybinds | June McEnroe | |
2019-07-28 | Import ptee from src | June McEnroe | |
2019-07-28 | Remove old commands | June McEnroe | |