| Commit message (Expand) | Author |
| 2019-02-05 | Fix DEL in aes | June McEnroe |
| 2019-02-05 | Add aes | June McEnroe |
| 2019-02-01 | Set nvim Directory back to blue | June McEnroee='2019-12-21 03:34:56 -0500'>2019-12-21 | Add first working version of imbox | June McEnroe |
|
|
|
|
|
ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII
chars.
|
|
Otherwise a bind -v in .editrc will take precedence and overwrite the ^I
binding for sh-complete.
|
|
Why did I ever turn this on? This gets me nothing but inconvenience.
RIP to all the wasted bytes in my git repos.
|
|
|
|
|
|
|
|
Hack: output an extra <td> after rendering mdoc so that line numbers can
be hidden based on there being three. This required splitting
source-filter and about-filter since on about pages there is no table.
|
|
|
|
:target persists after you click on something else.
|
|
|
|
|
|
NULs in the input cause an infinite loop in htmlEscape, not to mention
regexes obviously not working, etc.
|