diff options
Diffstat (limited to 'src/irc.c')
| -rw-r--r-- | src/irc.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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) { |
