vty/demos
Jonathan Daugherty 4362b3cb1c Add Graphics.Vty.Config.getTtyEraseChar
This commit adds getTtyEraseChar. This function queries the kernel
for the current terminal's settings to obtain the character assigned
by the "stty erase" command. The "erase" character indicates which
input character the terminal should interpret to mean "backspace" when
the terminal is in canonical input mode. Vty applications run with
canonical mode disabled, but even in those cases some users may want
their "stty erase" setting honored by Vty's input-handling so that
incoming erase characters (according to stty) result in "KBS" key events
being delivered to the application.
2020-02-27 09:46:04 -08:00
..
Demo.hs Avoid use of Data.Default in demo 2017-01-22 12:43:21 -08:00
ModeDemo.hs Add Graphics.Vty.Config.getTtyEraseChar 2020-02-27 09:46:04 -08:00