[input] remove capture of ctrl-d

Not sure why this was ever put in in the first place.

Fixes #945
This commit is contained in:
Timothy Stack 2022-06-12 22:11:01 -07:00
parent f3e6048b3c
commit 7eb4d1b6e6
1 changed files with 0 additions and 1 deletions

View File

@ -825,7 +825,6 @@ handle_key(int ch)
lnav_data.ld_input_state.push_back(ch);
switch (ch) {
case CTRL('d'):
case KEY_RESIZE:
break;
default: {