From 4660b1416d894e117fa139787db705732069669d Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 28 Nov 2000 19:48:06 +0000 Subject: Add support for an "erase2" so that both ^H and DEL can be used for backspacing. Submitted By: Rui Pedro Mendes Salgueiro --- bin/stty/cchar.c | 1 + bin/stty/stty.1 | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/stty') diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c index 847cf749e0ac..b7a2128c7b1b 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -64,6 +64,7 @@ struct cchar cchars1[] = { { "eol", VEOL, CEOL }, { "eol2", VEOL2, CEOL }, { "erase", VERASE, CERASE }, + { "erase2", VERASE2, CERASE2 }, { "intr", VINTR, CINTR }, { "kill", VKILL, CKILL }, { "lnext", VLNEXT, CLNEXT }, diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 7a4bed8a7947..733bf28bfefb 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -374,6 +374,7 @@ Recognized control-characters: .It eol Ta Tn VEOL EOL No character .It eol2 Ta Tn VEOL2 EOL2 No character .It erase Ta Tn VERASE ERASE No character +.It erase2 Ta Tn VERASE2 ERASE2 No character .It werase Ta Tn VWERASE WERASE No character .It intr Ta Tn VINTR INTR No character .It kill Ta Tn VKILL KILL No character @@ -420,7 +421,8 @@ In addition -nl unsets inlcr and igncr. .It Cm ek Reset -.Dv ERASE +.Dv ERASE , +.Dv ERASE2 , and .Dv KILL characters -- cgit v1.2.3