Cygwin: pty: Stop counting number of slaves attached to pseudo console.
- The number of slaves attached to pseudo console is used only for triggering redraw screen. Counting was not only needless, but also did not work as expected. This patch removes the code for counting.
This commit is contained in:
committed by
Corinna Vinschen
parent
c26e08095d
commit
8d7a5b39d2
@@ -242,9 +242,8 @@ tty::init ()
|
||||
screen_alternated = false;
|
||||
mask_switch_to_pcon_in = false;
|
||||
pcon_pid = 0;
|
||||
num_pcon_attached_slaves = 0;
|
||||
term_code_page = 0;
|
||||
need_redraw_screen = false;
|
||||
need_redraw_screen = true;
|
||||
fwd_done = NULL;
|
||||
pcon_last_time = 0;
|
||||
pcon_in_empty = true;
|
||||
|
Reference in New Issue
Block a user