| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Use a big macro switch-case | June McEnroe | 2019-08-12 |
| | | | | | | This lets the compiler inline and generate jump tables however it sees fit. | ||
| * | Use low numbers for states | June McEnroe | 2019-08-11 |
| | | |||
| * | Respect scroll region in DL and IL | June McEnroe | 2019-08-10 |
| | | |||
| * | Fix RI | June McEnroe | 2019-08-10 |
| | | | | | It's like reverse-NL, not just scrolling. | ||
| * | Handle HT | June McEnroe | 2019-08-10 |
| | | |||
| * | Rewrite terminal emulator | June McEnroe | 2019-08-10 |
| | | |||
| * | 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-07 |
| | | |||
| * | 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-06 |
| | | |||
| * | 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-05 |
| | | |||
| * | 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 |
| | | |||
| * | Import terminal emulation from shotty | June McEnroe | 2019-07-31 |