mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Make ^c work in ddb(4).
Obtained from: CheriBSD MFC after: 2 weeks Sponsored by: DARPA, AFRL
This commit is contained in:
parent
eeb6101e04
commit
81e12dd187
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ db_inputchar(c)
|
|||
db_delete(1, DEL_FWD);
|
||||
break;
|
||||
case CTRL('u'):
|
||||
case CTRL('c'):
|
||||
/* kill entire line: */
|
||||
/* at first, delete to beginning of line */
|
||||
if (db_lc > db_lbuf_start)
|
||||
|
|
|
|||
Loading…
Reference in a new issue