Somehow (no idea how!) I missed half of patch #1005008. Sorry about that.
This commit is contained in:
parent
09ad235f99
commit
3fdd43ef35
|
@ -41,7 +41,7 @@ def wrapper(func, *args, **kwds):
|
|||
except:
|
||||
pass
|
||||
|
||||
return func(stdscr, *rest)
|
||||
return func(stdscr, *args, **kwds)
|
||||
finally:
|
||||
# Set everything back to normal
|
||||
stdscr.keypad(0)
|
||||
|
|
Loading…
Reference in New Issue