From 9017309fb5520a84af8e30957167af678571189c Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 18 Jan 2001 12:30:25 +0000 Subject: [PATCH] (x_initialize): Set char_ins_del_ok to 1. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5