summary refs log tree commit diff
path: root/bin/cash/libedit/terminal.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-17 21:13:36 -0500
committerJune McEnroe <june@causal.agency>2019-02-17 21:13:36 -0500
commitbc2eb7a5313217c2edf32914c5018ed910d08b15 (patch)
tree86c021bcc30772941410eeb0b6e30fef67724864 /bin/cash/libedit/terminal.c
parentSimplify temp trap in up (diff)
downloadsrc-bc2eb7a5313217c2edf32914c5018ed910d08b15.tar.gz
src-bc2eb7a5313217c2edf32914c5018ed910d08b15.zip
Add hi -f html -o anchor for line number links
Diffstat (limited to 'bin/cash/libedit/terminal.c')
0 files changed, 0 insertions, 0 deletions
19-07-12Color html rather than bodyJune McEnroe 2019-07-12Make author consistent and update URLsJune McEnroe 2019-07-12Move to www/text.causal.agencyJune McEnroe 2019-07-12Add new causal.agency with shotty shotsJune McEnroe 2019-07-12Use -s to infer terminal sizeJune McEnroe 2019-07-12Add DCH to shottyJune McEnroe 2019-07-12Support insert mode in shottyJune McEnroe 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroep;follow=1'>Avoid matching ':' in make tagsJune McEnroe Otherwise a :: rule includes one of the ':'s in the tag name. 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe