aboutsummaryrefslogtreecommitdiff
path: root/src/indic8.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-25 00:38:44 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-25 00:38:44 -0400
commit8f19c016edd9f258c1b39eb44647c685b245f2fc (patch)
tree3f05e85e80999df84d4ec0011f2f66065eab3936 /src/indic8.h
parent04b16deae6ea4419c2f87cab4adefcbf40f71532 (diff)
downloadfujinet-chat-8f19c016edd9f258c1b39eb44647c685b245f2fc.tar.gz
Show N for notices, not M.
Diffstat (limited to 'src/indic8.h')
-rw-r--r--src/indic8.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/indic8.h b/src/indic8.h
index 5b29740..5524bb7 100644
--- a/src/indic8.h
+++ b/src/indic8.h
@@ -7,6 +7,7 @@
#define P_CHR 0x50 /* COLOR1 P */
#define Q_CHR 0x51 /* COLOR1 Q */
#define M_CHR 0x4d /* COLOR1 M */
+#define N_CHR 0x4e /* COLOR1 N */
#define CHAN_CHR 0x63 /* COLOR1 # */
void ind_act(char c);
@@ -17,6 +18,7 @@ void ind_net_down(void);
void ind_net_idle(void);
#define ind_act_pm() ind_act(M_CHR)
+#define ind_act_notice() ind_act(N_CHR)
#define ind_act_chantext() ind_act(CHAN_CHR)
#define ind_act_join() ind_act(J_CHR)
#define ind_act_part() ind_act(P_CHR)