comparison src/msdos.c @ 97680:b7440911e609

Remove yet another debug leftover in dos_ttraw.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 23 Aug 2008 21:25:28 +0000
parents adadd7318832
children 926ec8434a52
comparison
equal deleted inserted replaced
97679:72a117daa289 97680:b7440911e609
4559 dos_ttraw (struct tty_display_info *tty) 4559 dos_ttraw (struct tty_display_info *tty)
4560 { 4560 {
4561 union REGS inregs, outregs; 4561 union REGS inregs, outregs;
4562 static int first_time = 1; 4562 static int first_time = 1;
4563 4563
4564 fprintf (prdebug, "dos_ttraw: output = %d\n", tty->terminal->type); fflush (prdebug);
4565
4566 /* If we are called for the initial terminal, it's too early to do 4564 /* If we are called for the initial terminal, it's too early to do
4567 anything, and termscript isn't set up. */ 4565 anything, and termscript isn't set up. */
4568 if (tty->terminal->type == output_initial) 4566 if (tty->terminal->type == output_initial)
4569 return; 4567 return;
4570 4568