summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-11-19 14:44:16 -0500
committerJune McEnroe <june@causal.agency>2021-11-19 14:44:16 -0500
commit9c1b241c17ac867a49b4bf48ae6537ebe37d6a11 (patch)
tree17dbc0e30bf1d51715ca02209f1c15c03bbeabb7 /scripts
parentMake the /ops response more flavourful (diff)
downloadcatgirl-9c1b241c17ac867a49b4bf48ae6537ebe37d6a11.tar.gz
catgirl-9c1b241c17ac867a49b4bf48ae6537ebe37d6a11.zip
Cycle between adding colon suffix and not in tab complete
Allows completing a nick at the beginning of a message without a
colon by continuing to press tab, as well as after another nick
already followed by a colon without turning it into a comma-separated
list of nicks all followed by a colon. For example, tab can be used
to cycle between the following pairs:

    nick1: |
	nick1 |

	nick1, nick2: |
	nick1: nick2 |
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
the auth filterJason A. Donenfeld 2014-01-17cgit.c: free tmp variableJason A. Donenfeld 2014-01-17Switch to exclusively using global ctxLukas Fleischer 2014-01-16auth: have cgit calculate login addressJason A. Donenfeld 2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld 2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld 2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld 2014-01-16t0111: Additions and fixesLukas Fleischer 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer