SIGN IN SIGN UP

Reset cursor key mode (for vt100 terminals) in the renderer.

Move code for resetting cursor key mode (disabling application cursor mode)
from the Input raw_mode context manager to the Output implementation.

This is slightly cleaner, because all output now goes together, and it makes it
possible to reuse the raw_mode context manager in situations where it's not
desired to set/reset cursor key mode.
J
Jonathan Slenders committed
e58bd7c0f4cb016a31bf2d130fb62c0de2b1a718
Parent: 9d5e38d