From f86f28a4bd5b0dabd8f8a724a890cdee767c2485 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 21 Oct 2016 08:31:23 +0530 Subject: [PATCH] ... --- kitty/screen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/screen.py b/kitty/screen.py index b583c8373..d9b26800f 100644 --- a/kitty/screen.py +++ b/kitty/screen.py @@ -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.