diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-21 02:49:05 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-21 02:49:05 -0400 |
| commit | 2f8babf83a0c3ed8d8b26fa9b13b540b6f54fd3f (patch) | |
| tree | 6468ae5b7b6a5c3a01cddcd31cb50125855dd236 /src/irc.h | |
| parent | 3d015eaa5b94b66a80cfc31e6f95780cb00a2e4c (diff) | |
| download | fujinet-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |
