From 38a3b11ad54a95a4a3899433d93f2c2c3bc5ad24 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Fri, 26 Nov 2021 00:09:31 -0500 Subject: o pana e nimi 'jan' tawa toki pali toki ni li jo ala e nimi 'jan', la ona li pakala e nasin toki pi toki pona. ike la, toki sin ni li sama ala lukin toki pi wile toki. sina wile pona e ni la, sina ante mute e kon inputUpdate... [if these words [action messages] do not have the word jan, they break toki pona's system of speaking [grammar]. unfortunately, this new message does not have the same look as the message in the prompt. if you want to improve this, you have to greatly change the inputUpdate code...] --- handle.c | 3 ++- ui.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/handle.c b/handle.c index b5cba26..0694764 100644 --- a/handle.c +++ b/handle.c @@ -1274,7 +1274,8 @@ static void handlePrivmsg(struct Message *msg) { colorMentions(buf, sizeof(buf), id, msg); uiFormat( id, heat, tagTime(msg), - "%s\35\3%d* jan %s\17\35\t%s%s", + "%s\35\3%d*\17\35 jan %s\3%d%s\17\35\t%s%s", + (highlight ? "\26" : ""), hash(msg->user), (highlight ? "\26" : ""), hash(msg->user), msg->nick, buf, msg->params[1] ); diff --git a/ui.c b/ui.c index 2789bd7..5282407 100644 --- a/ui.c +++ b/ui.c @@ -770,7 +770,7 @@ static void inputUpdate(void) { styleInput.fg = LightGray; skip = notice; } else if (action) { - prefix = "* "; suffix = " "; + prefix = "* jan "; suffix = " "; stylePrompt.attr |= Italic; styleInput.attr |= Italic; skip = action; -- cgit 1.4.1 1'>diff
path: root/litterbox.1 (unfollow)
Commit message (Collapse)Author
2020-01-20Use Xr for first "litterbox" in README 1.0June McEnroe
2020-01-20Introduce pounce link in READMEJune McEnroe
2020-01-18Use < for beforeJune McEnroe
2020-01-18Rearrange code in scoopJune McEnroe
2020-01-16Add scoop flag for local timeJune McEnroe
2020-01-14Remove note about usernames for pounceJune McEnroe
This is done automatically with the causal.agency/passive capability now.
2020-01-14Reference IRCv3.1 SASL specJune McEnroe
2020-01-14Ensure ansi resets formatting and null-terminatesJune McEnroe
fmemopen in text-mode only ensures the buffer is null-terminated if the last write does not fill the buffer.
2020-01-14Implement IRC formatting to ANSI translationJune McEnroe
2020-01-14Add -b flag for live backupJune McEnroe
2020-01-14Add columnsize = 0 option to FTS indexJune McEnroe
Since we don't use ranking functions and I don't see them being useful, there is no point in having columnsize, which just takes extra space in the database. In my database of approximately 3.5 million events, disabling columnsize saves about 62 MB. The migration unfortunately has to rebuild the entire index to disable it.
2020-01-12Add option for client cert and SASL EXTERNALJune McEnroe
2020-01-12Add Linux.mkJune McEnroe
2020-01-11Fix unscoop dedup window syntaxJune McEnroe
2020-01-11Bump busy timeout to 10sJune McEnroe