mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-03 20:42:48 -05:00
Oops - check in leftovers from yesterday's development. That's what
I get for running most of my cvs commands in the unix subdir :-/ [originally from svn r2078]
This commit is contained in:
@ -1133,7 +1133,6 @@ void term_out(void)
|
||||
else
|
||||
print_state = 0;
|
||||
if (print_state == 4) {
|
||||
printing = only_printing = FALSE;
|
||||
term_print_finish();
|
||||
}
|
||||
continue;
|
||||
@ -1915,8 +1914,6 @@ void term_out(void)
|
||||
print_state = 0;
|
||||
term_print_setup();
|
||||
} else if (esc_args[0] == 4 && printing) {
|
||||
printing = FALSE;
|
||||
only_printing = FALSE;
|
||||
term_print_finish();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user