malison 0.2.1+1
malison: ^0.2.1+1 copied to clipboard
A little terminal UI package for the browser.
0.2.1 #
- Fix bad assert in
Screen._bind().
0.2.0 #
-
Redo key input handling. Instead of a (mostly broken)
Keyboardclass, it exposes raw key down events as they happen and also allows user-defined key bindings. -
Refactor
UserInterfaceand clean up how opaque/transparent screens are handled. -
Remove (useless)
write()method. -
Handle semicolon keyCode difference between Firefox (59) and Chrome (186).