summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-13 15:21:03 -0400
committerJune McEnroe <june@causal.agency>2020-07-13 15:21:03 -0400
commit63f359a7b13748c1f1402fbdbaae84b21ba96666 (patch)
tree1ed65ee2171d7706705afa3c4e3f7bc7f6ab0a8c
parentUse overlap in search result links (diff)
downloadscooper-63f359a7b13748c1f1402fbdbaae84b21ba96666.tar.gz
scooper-63f359a7b13748c1f1402fbdbaae84b21ba96666.zip
Implement IRC ^O
Oops! Missed this somehow
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.c b/html.c
index 7975aab..6d4f15d 100644
--- a/html.c
+++ b/html.c
@@ -491,6 +491,7 @@ enum kcgi_err htmlIRC(struct khtmlreq *html, const char *str) {
 		if (!*str) break;
 		switch (*str++) {
 			break; case '\2':  style.b ^= true;
+			break; case '\17': style = Default;
 			break; case '\26': style.r ^= true;
 			break; case '\35': style.i ^= true;
 			break; case '\37': style.u ^= true;
8fcd0fe72d9bc70a7a3a2f9d5ecc1685&follow=1'>Set urgency on bell in xtermJune McEnroe 2021-02-07Add bindings for brightness controlJune McEnroe Weirdly the Fn key doesn't change how the F row registers... I wonder if I can do something about that. 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 11 is what I use on macOS, but I feel like my eyes are working harder here. 2021-02-07Fully configure and rebind cwmJune McEnroe This is sort of a mix of trying to emulate macOS somewhat for my muscle memory and just rebinding some of the cwm defaults to use 4- rather than M-. 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe