Sat, 11 Nov 2006 18:23:57 +0000
[gaim-migrate @ 17737]
Fix the 'scroll when no place to go' bug.
| console/libgnt/gntwm.c | file | annotate | diff | comparison | revisions |
--- a/console/libgnt/gntwm.c Sat Nov 11 00:59:11 2006 +0000 +++ b/console/libgnt/gntwm.c Sat Nov 11 18:23:57 2006 +0000 @@ -1015,8 +1015,8 @@ if (strcmp(keys, "\r") == 0 || strcmp(keys, "\033") == 0) { window_reverse(widget, FALSE); wm->mode = GNT_KP_MODE_NORMAL; - return; } + return; } wm->event_stack = TRUE;