about summary refs log tree commit diff
path: root/handle.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-04 14:25:41 -0500
committerJune McEnroe <june@causal.agency>2021-01-04 14:28:37 -0500
commit3b54425ec178a1ece9214cf2d862c105ad01247c (patch)
treefab2b9bf46e076a536c60f84fc6ef86bfe22fbfe /handle.c
parentSplit ignore fields to avoid over-eager * matching (diff)
downloadcatgirl-3b54425ec178a1ece9214cf2d862c105ad01247c.tar.gz
catgirl-3b54425ec178a1ece9214cf2d862c105ad01247c.zip
Collapse whitespace while wrapping and discard trailing space
The latter avoids an extra blank line when a message ends with
whitespace that hits the edge of the window.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
t'> 2020-05-31Add c script to READMEJune McEnroe 2020-05-31Add c scriptJune McEnroe 2020-05-31Update mdoc source URLsJune McEnroe 2020-05-26Remove unfinished PSF fontsJune McEnroeect'>Escape \ 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