1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-09 15:23:50 -05:00

Remove has_focus from Session and use the one in Terminal. Active vs passive

cursor now behaves correctly.

[originally from svn r2232]
This commit is contained in:
Ben Harris
2002-11-20 00:11:05 +00:00
parent d50ad9ddb9
commit 55fc07c583
2 changed files with 2 additions and 3 deletions

View File

@ -45,7 +45,6 @@ typedef struct {
Terminal *term;
/* Display state */
int font_width, font_height;
int has_focus;
/* Line discipline */
void *ldisc;
/* Backend */