# HG changeset patch # User Gerd Moellmann # Date 979821025 0 # Node ID 2470cdee5ed8d6a74109af7055d41d7666be6021 # Parent f4cd57517c9402068d579369da3f5ede635ec777 (x_initialize): Set char_ins_del_ok to 1. diff -r f4cd57517c94 -r 2470cdee5ed8 src/xterm.c --- 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