From 2f8babf83a0c3ed8d8b26fa9b13b540b6f54fd3f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 21 Mar 2026 02:49:05 -0400 Subject: Esc now acts as a latch for the Start key (irssi-like, plus easier for XEGS/1200XL users). --- src/irc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irc.h') 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]; -- cgit v1.2.3