mercurial/crecord.py
changeset 50409 29d7a5a8b8c6
parent 49099 079197e94b24
child 50592 a5bba73a1352
--- a/mercurial/crecord.py	Wed Mar 01 11:45:57 2023 -0500
+++ b/mercurial/crecord.py	Wed Mar 01 11:53:31 2023 -0500
@@ -1990,7 +1990,7 @@
         )
         # newwin([height, width,] begin_y, begin_x)
         self.statuswin = curses.newwin(self.numstatuslines, 0, 0, 0)
-        self.statuswin.keypad(1)  # interpret arrow-key, etc. esc sequences
+        self.statuswin.keypad(True)  # interpret arrow-key, etc. esc sequences
 
         # figure out how much space to allocate for the chunk-pad which is
         # used for displaying the patch