TUI client for euphoria.leet.nu, a threaded real-time chat platform
Find a file
Joscha 168acbf6dc Set nick and join room
While entering a nick and while present, events seem to get swallowed by
the room. I'll need to rethink my event handling strategy and key
bindings. For the key bindings, I'll either need global bindings that
don't interfere with text boxes, or I'll need modal editing or something
similar where pressing ESC enough brings you back to the global focus.
Global key bindings are things like switching rooms and quitting.
2022-03-05 23:34:16 +01:00
cove-core Move replies to core 2022-03-04 00:20:23 +01:00
cove-server Warn on clippy::use_self 2022-03-03 01:33:28 +01:00
cove-tui Set nick and join room 2022-03-05 23:34:16 +01:00
.gitignore Create project 2022-02-07 21:31:46 +01:00
Cargo.lock Prepare ui structure 2022-02-23 17:53:26 +01:00
Cargo.toml Create project 2022-02-07 21:31:46 +01:00