mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-28 23:34:49 -05:00
ScrollOnKey wasn't working because I failed to set seen_key_event in
pterm.c. [originally from svn r2106]
This commit is contained in:
parent
a219808b15
commit
de8789b8f2
@ -786,6 +786,7 @@ gint key_event(GtkWidget *widget, GdkEventKey *event, gpointer data)
|
||||
|
||||
ldisc_send(output+start, end-start, 1);
|
||||
show_mouseptr(0);
|
||||
seen_key_event = 1;
|
||||
term_out();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user