parent
9f0bca53c4
commit
37fbe6c6eb
|
@ -537,6 +537,8 @@ Optional<Key> NCursesUI::get_next_key()
|
||||||
return {Key::Return};
|
return {Key::Return};
|
||||||
if (c == control('i'))
|
if (c == control('i'))
|
||||||
return {Key::Tab};
|
return {Key::Tab};
|
||||||
|
if (c == control('h'))
|
||||||
|
return {Key::Backspace};
|
||||||
if (c == control('z'))
|
if (c == control('z'))
|
||||||
{
|
{
|
||||||
raise(SIGTSTP);
|
raise(SIGTSTP);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user