tui-realm 1.8.0
1.8.0
Released on 14/08/2022
-
Bump
crossterm
to0.25
-
Bump
tui
to0.19
-
Added events (supported by crossterm)
FocusGained, /// Window focus lost FocusLost, /// Clipboard content pasted Paste(String),
-
Added new key events (supported by crossterm)
/// Caps lock pressed CapsLock, /// Scroll lock pressed ScrollLock, /// Num lock pressed NumLock, /// Print screen key PrintScreen, /// Pause key Pause, /// Menu key Menu, /// keypad begin KeypadBegin, /// Media key Media(MediaKeyCode),