]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix initial frame dimensions on MS-DOS.
authorEli Zaretskii <eliz@gnu.org>
Fri, 1 Oct 2010 20:18:24 +0000 (22:18 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Oct 2010 20:18:24 +0000 (22:18 +0200)
 term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
 screen dimensions in tty->Wcm.

src/ChangeLog
src/term.c

index c7bdb0b2d840596b4efb49638b67b97196fdd692..e10a6a43dfdd98b6fa553eec6088b73621749982 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
 
+       * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
+       screen dimensions in tty->Wcm.
+
        * xdisp.c (set_cursor_from_row): When the row is truncated and
        point is outside the range of displayed characters, position the
        cursor inside the scroll margin.  (Bug#6349)
index d67056d29189ab60766b3f071f62775c52d7d603..4baea231de3ce815a23ddabbe37d7d11c69b6296 100644 (file)
@@ -3657,9 +3657,6 @@ use the Bourne shell command `TERM=... export TERM' (C-shell:\n\
 
   add_keyboard_wait_descriptor (0);
 
-  /* FIXME: this should be removed,  done earlier. */
-  Wcm_clear (tty);
-
   tty->delete_in_insert_mode = 1;
 
   UseTabs (tty) = 0;