Mercurial > emacs
changeset 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 | f4cd57517c94 |
children | 0936433023f5 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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