aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-21 02:49:05 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-21 02:49:05 -0400
commit2f8babf83a0c3ed8d8b26fa9b13b540b6f54fd3f (patch)
tree6468ae5b7b6a5c3a01cddcd31cb50125855dd236 /src/irc.h
parent3d015eaa5b94b66a80cfc31e6f95780cb00a2e4c (diff)
downloadfujinet-chat-2f8babf83a0c3ed8d8b26fa9b13b540b6f54fd3f.tar.gz
Esc now acts as a latch for the Start key (irssi-like, plus easier for XEGS/1200XL users).
Diffstat (limited to 'src/irc.h')
-rw-r--r--src/irc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.h b/src/irc.h
index 0035444..783c223 100644
--- a/src/irc.h
+++ b/src/irc.h
@@ -44,13 +44,13 @@ void fn_disconnect(void);
/**** irc.c */
#define MAX_MSG_ARGS 8
-extern char bell_type;
extern char numbuf[10];
extern char *msg_src, *msg_cmd, *msg_dest, *msg_text;
extern char *msg_args[MAX_MSG_ARGS];
extern int msg_argcount;
extern char irc_away;
extern char bell_type;
+extern char start_latch;
extern char last_pm_nick[33];
extern char last_chan[33];