mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
...
This commit is contained in:
@@ -983,10 +983,10 @@ class Screen(QObject):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def normal_keypad_mode(self):
|
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):
|
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):
|
def debug(self, *args, **kwargs):
|
||||||
"""Endpoint for unrecognized escape sequences.
|
"""Endpoint for unrecognized escape sequences.
|
||||||
|
|||||||
Reference in New Issue
Block a user