2009-12-29 02:32:18 +03:00
|
|
|
- Improve input handling
|
|
|
|
- base off of haskeline input system. The haskeline input system appears to be excellent and
|
|
|
|
satisfy all of Vty's input requirements. The current haskeline distribution does not appear to
|
|
|
|
export the required modules. Either:
|
|
|
|
0. Add the required exports to the haskeline distribution.
|
|
|
|
- fine for development but complicates the UI for production clients. Though, exposing
|
|
|
|
the modules would only complicate the appearance of haskeline's interface.
|
|
|
|
1. Partition the backend of haskeline into a separate package usable by both vty and
|
|
|
|
haskeline.
|
|
|
|
- use compact-string for character encoding handling
|
|
|
|
- Custom cursor appearance handling?
|
|
|
|
- specific color?
|
|
|
|
- reverse video?
|
|
|
|
- auto?
|
2009-09-04 21:29:28 +04:00
|
|
|
|