| Commit message (Expand) | Author |
2017-07-30 | Support background colors | June McEnroe |
2017-07-30 | Track color only client-side | June McEnroe |
2017-07-30 | Add ostensible support for background colors | June McEnroe |
2017-07-30 | Add tile create and access timestamps | June McEnroe |
2017-07-30 | Assert stable struct Tile field offsets | June McEnroe |
2017-07-30 | Add chroot.sh | June McEnroe |
2017-07-30 | Add ` command | June McEnroe |
2017-07-30 | Add sshd_config | June McEnroe |
2017-07-30 | Add termcap patch | June McEnroe/> |
Installing mandoc from pkgsrc also installs a man executable which is
horribly broken. Keep using the system man.
|
|
Vendoring man.vim until <https://github.com/neovim/neovim/pull/9633> is
merged and appears in a release.
|
|
|
|
Fixes mistaken highlight of:
pngWrite(file, (uint8_t []) { 0, 0, 0 }, 3);
|
|
|
|
A define like #define FOO (1) is not function-like.
|
|
|
|
|
|
|
|
|
|
|
|
Tags are much better for referring to specific parts of a file and line
numbering is better done by a post-processing tool such as cat -n or
producing a two-column HTML <table>.
|
|
|
|
Running hi twice to insert stuff between the head and the content is a
bit of a hack but oh well.
|
|
|
|
|
|
Renames previous -n option to -m to stay consistent with cat -n.
Prefixing lines with line numbers affects where the first tab indent
ends up relative to the text above it. Not sure if it's worth fixing
somehow.
|
|
Simplifies ANSI and IRC output code, and prepares for line numbered
output.
|
|
|
|
|
|
|
|
|
|
|