Mercurial > emacs
diff src/xterm.c @ 35393:2470cdee5ed8
(x_initialize): Set char_ins_del_ok to 1.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Thu, 18 Jan 2001 12:30:25 +0000 |
| parents | 68000d773920 |
| children | e92d3f50f8b8 |
line wrap: on
line diff
--- a/src/xterm.c Thu Jan 18 12:29:55 2001 +0000 +++ b/src/xterm.c Thu Jan 18 12:30:25 2001 +0000 @@ -13953,7 +13953,7 @@ estimate_mode_line_height_hook = x_estimate_mode_line_height; scroll_region_ok = 1; /* we'll scroll partial frames */ - char_ins_del_ok = 0; /* just as fast to write the line */ + char_ins_del_ok = 1; line_ins_del_ok = 1; /* we'll just blt 'em */ fast_clear_end_of_line = 1; /* X does this well */ memory_below_frame = 0; /* we don't remember what scrolls
