summary refs log tree commit diff
path: root/bin/1sh/main.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-18 15:50:27 -0500
committerJune McEnroe <june@causal.agency>2019-12-18 15:50:27 -0500
commitd39fa31782cd516dab64e8b66b2be08903f2c594 (patch)
tree31c7a1f64f418de5b3d6e607aabad0fe161235bc /bin/1sh/main.c
parentPost "cgit setup" (diff)
downloadsrc-d39fa31782cd516dab64e8b66b2be08903f2c594.tar.gz
src-d39fa31782cd516dab64e8b66b2be08903f2c594.zip
Bail from hi if input is binary
NULs in the input cause an infinite loop in htmlEscape, not to mention
regexes obviously not working, etc.
Diffstat (limited to 'bin/1sh/main.c')
0 files changed, 0 insertions, 0 deletions
script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroe