Commit message (Collapse) | Author | |||
---|---|---|---|---|
2019-02-10 | Use italic for underline in nvim man mode | June McEnroe | ||
This doesn't yet work in Terminal.app: <https://github.com/neovim/neovim/issues/9598>. | ||||
2019-02-10 | Add plain text "language" to hi | June McEnroe | ||
2019-02-10 | Don't match DQ string inside SQ string | June McEnroe | ||
2019-02-10 | Skip only one character if a match fails due to parent | June McEnroe | ||
Really it should skip forward until the parent changes, but this is simpler. | ||||
2019-02-10 | Remove pattend from hi | June McEnroe | ||
2019-02-10 | Replace uses of pattend with newline patterns | June McEnroe | ||
2019-02-10 | Add hi debug output | June McEnroe | ||
2019-02-10 | Actually do HTML " escaping | June McEnroe | ||
2019-02-10 | Set git commit.verbose | June McEnroe | ||
2019-02-10 | Add back missing static keyword | June McEnroe9-07-12 | Color html rather than body | June McEnroe |
If background-color is only set on body then overscroll in Safari reveals white. | ||||
2019-07-12 | Make author consistent and update URLs | June McEnroe | ||
2019-07-12 | Move to www/text.causal.agency | June McEnroe | ||
2019-07-12 | Add new causal.agency with shotty shots | June McEnroe | ||
2019-07-12 | Use -s to infer terminal size | June McEnroe | ||
2019-07-12 | Add DCH to shotty | June McEnroe | ||
This makes htop mostly work. Scrolling region still missing. | ||||
2019-07-12 | Support insert mode in shotty | June McEnroe | ||
This is how curses puts characters into the bottom-right cell of the terminal. | ||||
2019-07-11 | Don't do carriage return on line feed | June McEnroe | ||
2019-07-11 | Interpret 256color-style SGRs | June McEnroe | ||
2019-07-11 | Use inline style rather than <b>, <i>, <u> | June McEnroe | ||
2019-07-11 | Factor out clear | June McEnroe | ||
2019-07-11 | Add bright option to shotty | June McEnroe | ||
2019-07-11 | Output <b>, <i>, <u> in shotty | June McEnroe | ||
2019-07-10 | Ignore SM and RM | June McEnroe | ||
2019-07-09 | Add shotty man page and build it | June McEnroe | ||
2019-07-09 | Add up -c | June McEnroe | ||
2019-07-09 | Add options for default colors to shotty | June McEnroe | ||
2019-07-08 | Use char literals consistently | June McEnroe |