]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_initialize): Set char_ins_del_ok to 1.
authorGerd Moellmann <gerd@gnu.org>
Thu, 18 Jan 2001 12:30:25 +0000 (12:30 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 18 Jan 2001 12:30:25 +0000 (12:30 +0000)
src/xterm.c

index a951e9ead5c44cea28c8a319255a5172c71b2479..c3ae8791d7fd99276690efc008fa28b9cc84f3d4 100644 (file)
@@ -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