diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 19:09:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 19:09:25 +0000 |
commit | 8170e8bcea5ff5107f9d07800e1b11e1501d92e1 (patch) | |
tree | 035faecf67660dde3d194a4b75e87080d4939069 /term | |
parent | c1584f90674b65c3c4c90ecc40afc5513300d889 (diff) |
(reprint_line): C-r is CHAR_DC2, not DC3.
Diffstat (limited to 'term')
-rw-r--r-- | term/munge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/term/munge.c b/term/munge.c index 65290a57..1748e7e4 100644 --- a/term/munge.c +++ b/term/munge.c @@ -244,7 +244,7 @@ reprint_line () if (termstate.c_cc[VREPRINT] != _POSIX_VDISABLE) echo_char (termstate.c_cc[VREPRINT], 0, 0); else - echo_char (CHAR_DC3, 0, 0); + echo_char (CHAR_DC2, 0, 0); echo_char ('\n', 0, 0); echo_qsize = 0; |