mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Fix initial frame dimensions on MS-DOS.
term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting screen dimensions in tty->Wcm.
This commit is contained in:
parent
ae9cecb95b
commit
0ebf79dee2
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue