From 66bf2e2f040b9fc1a6f06f5076858c810b54b194 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sat, 28 Nov 2009 14:51:37 +0000 Subject: Sync OpenBSD patchset 568: Continue rather than returning if not a mouse key, to avoid hanging on any function key... --- tty-keys.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tty-keys.c') diff --git a/tty-keys.c b/tty-keys.c index 3e487db7..82a23a0c 100644 --- a/tty-keys.c +++ b/tty-keys.c @@ -1,4 +1,4 @@ -/* $Id: tty-keys.c,v 1.49 2009-11-28 14:50:37 tcunha Exp $ */ +/* $Id: tty-keys.c,v 1.50 2009-11-28 14:51:37 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -467,8 +467,7 @@ tty_keys_next(struct tty *tty) key = KEYC_MOUSE; goto handle_key; case -1: /* no, or not valid */ - evbuffer_drain(tty->event->input, size); - return (1); + break; case 1: /* partial */ goto partial_key; } -- cgit v1.2.3