diff options
Diffstat (limited to 'cad/magic/patches/patch-aq')
-rw-r--r-- | cad/magic/patches/patch-aq | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/magic/patches/patch-aq b/cad/magic/patches/patch-aq new file mode 100644 index 00000000000..20924488811 --- /dev/null +++ b/cad/magic/patches/patch-aq @@ -0,0 +1,13 @@ +$NetBSD: patch-aq,v 1.1 2004/09/17 09:36:02 he Exp $ + +--- ./readline/readline/rltty.c.orig Mon Apr 3 18:10:33 2000 ++++ ./readline/readline/rltty.c +@@ -190,7 +190,7 @@ save_tty_chars (tiop) + _rl_tty_chars.t_intr = tiop->tchars.t_intrc; + _rl_tty_chars.t_quit = tiop->tchars.t_quitc; + _rl_tty_chars.t_start = tiop->tchars.t_startc; +- _rl_tty_chars.t_stop = tiop->tchars.t_stopc ++ _rl_tty_chars.t_stop = tiop->tchars.t_stopc; + _rl_tty_chars.t_eof = tiop->tchars.t_eofc; + _rl_tty_chars.t_eol = '\n'; + _rl_tty_chars.t_eol2 = tiop->tchars.t_brkc; |