summary refs log tree commit diff
path: root/bin/1sh/libedit/refresh.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-13 11:10:04 -0400
committerJune McEnroe <june@causal.agency>2019-10-13 11:10:04 -0400
commit80ea9c83863c3456dc65e4b4c307e46aacbd54c7 (patch)
treeb069f1f8d45063fa5ab65642bdbb677448ab9558 /bin/1sh/libedit/refresh.c
parentAdd The Book of Phoenix (diff)
downloadsrc-80ea9c83863c3456dc65e4b4c307e46aacbd54c7.tar.gz
src-80ea9c83863c3456dc65e4b4c307e46aacbd54c7.zip
Add All Systems Red
Diffstat (limited to 'bin/1sh/libedit/refresh.c')
0 files changed, 0 insertions, 0 deletions
> 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