aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 441b36290e1..b83e01635cc 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -5126,7 +5126,8 @@ hft_init ()
5126 } 5126 }
5127 /* The HFT system on AIX doesn't optimize for scrolling, so it's really ugly 5127 /* The HFT system on AIX doesn't optimize for scrolling, so it's really ugly
5128 at times. */ 5128 at times. */
5129 line_ins_del_ok = char_ins_del_ok = 0; 5129 TERMINAL_LINE_INS_DEL_OK (CURRENT_TERMINAL ()) = 0;
5130 TERMINAL_CHAR_INS_DEL_OK (CURRENT_TERMINAL ()) = 0;
5130} 5131}
5131 5132
5132/* Reset the rubout key to backspace. */ 5133/* Reset the rubout key to backspace. */