TUI client for euphoria.leet.nu, a threaded real-time chat platform
Find a file
Joscha 54b056ba1c Fix cursor scrolling
When scrolling up, the cursor would get stuck at certain screen heights,
i.e. the screen would scroll and the cursor would stay at the same line.
When scrolling down, the screen would sometimes jump by one line.

This weird behaviour was caused by an incorrect conversion between
screen lines and cursor proportion.
2022-06-24 00:56:36 +02:00
src Fix cursor scrolling 2022-06-24 00:56:36 +02:00
.gitignore Create project 2022-02-07 21:31:46 +01:00
Cargo.lock Log via log crate 2022-06-23 13:24:26 +02:00
Cargo.toml Redraw whenever a message is logged 2022-06-23 22:15:36 +02:00