From: Gerd Moellmann Date: Thu, 18 Jan 2001 12:30:25 +0000 (+0000) Subject: (x_initialize): Set char_ins_del_ok to 1. X-Git-Tag: emacs-pretest-21.0.96~224 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9017309fb5520a84af8e30957167af678571189c;p=emacs.git (x_initialize): Set char_ins_del_ok to 1. --- diff --git a/src/xterm.c b/src/xterm.c index a951e9ead5c..c3ae8791d7f 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -13953,7 +13953,7 @@ x_initialize () 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