window: recognize home/end in more terminal emulators
This commit is contained in:
@@ -819,6 +819,11 @@ Key::Type Window::getInputChar(int key)
|
||||
return Key::Right;
|
||||
case 'D':
|
||||
return Key::Left;
|
||||
// terminator
|
||||
case 'F':
|
||||
return Key::End;
|
||||
case 'H':
|
||||
return Key::Home;
|
||||
// rxvt
|
||||
case 'a':
|
||||
return Key::Ctrl | Key::Up;
|
||||
|
||||
Reference in New Issue
Block a user