This commit is contained in:
Kovid Goyal 2016-10-21 08:31:23 +05:30
parent 86789c5d84
commit f86f28a4bd

View File

@ -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.