Somehow (no idea how!) I missed half of patch #1005008. Sorry about that.

This commit is contained in:
Michael W. Hudson 2004-08-07 15:20:15 +00:00
parent 09ad235f99
commit 3fdd43ef35

View file

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