12 lines
484 B
Go
12 lines
484 B
Go
/*
|
|
UI library to create simple interactive console applications.
|
|
Inspired by Borland TurboVision.
|
|
|
|
Global hotkeys:
|
|
Ctrl+Q - exit application
|
|
Ctrl+W and then Arrow Key/Alt+Arrow Key(this combination works on Windows only) - Move active Window
|
|
Ctrl+S and then arrow key/Ctrl+Arrow Key(this combination works on Windows only) - Resize active Window
|
|
Ctrl+W and then Ctrl+H/Ctrl+End(this combination works on Windows only) - move active Window to bottom
|
|
*/
|
|
package clui
|