Kaydet (Commit) 3fdd43ef authored tarafından Michael W. Hudson's avatar Michael W. Hudson

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

üst 09ad235f
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment