mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 19:01:27 +00:00
...
This commit is contained in:
parent
86789c5d84
commit
f86f28a4bd
1 changed files with 2 additions and 2 deletions
|
|
@ -983,10 +983,10 @@ class Screen(QObject):
|
|||
pass
|
||||
|
||||
def normal_keypad_mode(self):
|
||||
pass # TODO: Implement this
|
||||
pass # Useless for us, since Qt takes care of handling the numpad
|
||||
|
||||
def alternate_keypad_mode(self):
|
||||
pass # TODO: Implement this
|
||||
pass # Useless for us, since Qt takes care of handling the numpad
|
||||
|
||||
def debug(self, *args, **kwargs):
|
||||
"""Endpoint for unrecognized escape sequences.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue