1
0
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:
Simon Tatham
2002-10-16 09:28:17 +00:00
parent 4f3806f735
commit e30ab28d34
3 changed files with 4 additions and 3 deletions

View File

@ -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();
}
}