summary refs log tree commit diff
path: root/bin/shotty.l (follow)
Commit message (Collapse)AuthorAge
* Fix 3- and 4-byte UTF-8 sequence matchingJune McEnroe2022-10-17
| | | | lex(1) has weird regex precedence rules!
* Use noinput, nounput options in lex filesJune McEnroe2021-11-28
|
* Bounds check color indexesJune McEnroe2021-10-25
|
* Only output style attribute if necessaryJune McEnroe2021-10-20
|
* Fix showing cursor with default colorsJune McEnroe2021-10-20
|
* Add entire 256-color palette to shotty -iJune McEnroe2021-10-20
|
* Ignore XTWINOPS in shottyJune McEnroe2021-10-20
|
* Revert "Add shotty -t to animate (crudely) between snapshots"June McEnroe2021-10-18
| | | | | | | | This reverts commit e52b86b69b9dc6a7b7ec9d578c20d88fc1ccb330. It's mostly irrelevant to how shotty actually functions so I think it would be better done externally. Reverting just to keep the dumb JavaScript in history.
* Add shotty -t to animate (crudely) between snapshotsJune McEnroe2021-10-18
|
* Add shotty -i to output inline colorsJune McEnroe2021-10-18
|
* Skip DECKP* in lexerJune McEnroe2021-10-18
|
* Rewrite shotty with lexJune McEnroe2021-10-18
So much cleaner!