summary refs log tree commit diff
path: root/pls.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-23 12:44:20 -0500
committerJune McEnroe <june@causal.agency>2019-02-23 12:44:20 -0500
commit35705c9eeb511a61b06fc57b68fba1b738378795 (patch)
treef4b1d34e4f1bbacb1f574ab4846ef30a88629dd2 /pls.c
parentAdd C-n and C-p key bindings to switch windows (diff)
downloadcatgirl-35705c9eeb511a61b06fc57b68fba1b738378795.tar.gz
catgirl-35705c9eeb511a61b06fc57b68fba1b738378795.zip
Use first word of params in input commands
Prevents anything weird from happening when tab-completing, which
inserts a space.
Diffstat (limited to 'pls.c')
0 files changed, 0 insertions, 0 deletions
td>Drop filesystem access iff possibleKlemens Nanni 2021-01-23Drop exec capability iff restrictedKlemens Nanni 2021-01-23Drop network capability after ircConnect()Klemens Nanni 2021-01-23Call pledge(2) after unveil(2)Klemens Nanni 2021-01-23Separate kiosk mode from restrict modeJune McEnroe 2021-01-21Simplify windowUpdate loops and factor out windowTopJune McEnroe 2021-01-21Document that M-l shows timestampsJune McEnroe 2021-01-19Don't lose swapped window when navigating to current bufferJeremy O'Brien 2021-01-19Use Warm heat for manually inserted blank linesJune McEnroe 2021-01-18Add example tmux(1) configKlemens Nanni 2021-01-17Use Warm heat for blank linesJune McEnroe 2021-01-16Add -I highlight option and /highlightJune McEnroe