summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-03 19:16:46 -0400
committerJune McEnroe <june@causal.agency>2018-08-03 19:16:46 -0400
commit6ccaf872fc5a981b8f7b04ea3990d6e6a85ff4fe (patch)
treeeccd647a49bb72b5637f44421bf0f278e880327e
parentSend a WHO in response to NAMES to get usernames (diff)
downloadcatgirl-6ccaf872fc5a981b8f7b04ea3990d6e6a85ff4fe.tar.gz
catgirl-6ccaf872fc5a981b8f7b04ea3990d6e6a85ff4fe.zip
Use more octal char literals
I might be coming around to octal.
-rw-r--r--chat.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/chat.c b/chat.c
index 7058802..c368212 100644
--- a/chat.c
+++ b/chat.c
@@ -109,17 +109,17 @@ static void uiAdd(WINDOW *win, const char *str) {
 	short colorPair = -1;
 	attr_t colorAttr = A_NORMAL;
 	for (;;) {
-		size_t cc = strcspn(str, "\x02\x03\x1D\x1F");
+		size_t cc = strcspn(str, "\2\3\35\37");
 		wattr_set(win, attr | colorAttr, 1 + colorPair, NULL);
 		waddnstr(win, str, cc);
 		if (!str[cc]) break;
 
 		str = &str[cc];
 		switch (*str++) {
-			break; case 0x02: attr ^= A_BOLD;
-			break; case 0x1D: attr ^= A_ITALIC;
-			break; case 0x1F: attr ^= A_UNDERLINE;
-			break; case 0x03: {
+			break; case '\2':  attr ^= A_BOLD;
+			break; case '\35': attr ^= A_ITALIC;
+			break; case '\37': attr ^= A_UNDERLINE;
+			break; case '\3': {
 				short fg = 0;
 				short bg = 0;
 
READMEs since they always use non-standard sections and the TOC is just distracting there, I think. Also add the style so its h1 is the same size as the ones inside sections... 2020-09-11Install mandoc on macOSJune McEnroe 2020-09-11Rewrite install script yet againJune McEnroe 2020-09-11Remove NetBSD from install scriptJune McEnroe I never use it. 2020-09-11Use MacPorts rather than pkgsrcJune McEnroe My system is probably such a mess now... 2020-09-11Add debian VM name to sshJune McEnroe 2020-09-11Add influencer tweetJune McEnroe 2020-09-10Add The Kingdom of GodsJune McEnroe Reading has really slowed down :( 2020-09-07Add SunglassesJune McEnroe An IRC find. 2020-09-06Add Between the BreathsJune McEnroe One of those good songs from a soundtrack of a film that probably isn't? The summary sounds a lot more interesting than the title implies, at least. 2020-09-04Open /dev/tty in nudgeJune McEnroe This makes it work even when it's run connected to a pipe, i.e. as the notify command of catgirl... 2020-09-04Add nudgeJune McEnroe 2020-09-03Build fbclock with -lzJune McEnroe I guess this got lost somewhere, long ago... 2020-08-29Add tweets from retweetsJune McEnroe