aboutsummaryrefslogtreecommitdiff
path: root/src/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc.c')
-rw-r--r--src/irc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/irc.c b/src/irc.c
index 71026c0..1ad3dbe 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -1039,17 +1039,15 @@ void start_keystroke(char c) {
}
static void poll_keyboard(void) {
- char c, s;
+ char c;
- s = GTIA_READ.consol;
+ if(GTIA_READ.consol == 6) start_latch = 1;
if(!keypress()) return;
c = kgetc();
if(!c) return;
- if(s == 6) start_latch = 1;
-
/* maybe this shouldn't happen until user presses Enter in the edbox?
would let lurkers lurk and read scrollback... */
if(irc_away) {