Set window title

The title includes the amount of unseen messages in the room or room
list. The room list heading also now contains the amount of connected
rooms as well as the amount of unseen messages in total (if any).
This commit is contained in:
Joscha 2024-01-05 14:25:09 +01:00
parent ed7bd3ddb4
commit ab81c89854
6 changed files with 86 additions and 26 deletions

4
Cargo.lock generated
View file

@ -1477,8 +1477,8 @@ dependencies = [
[[package]]
name = "toss"
version = "0.2.0"
source = "git+https://github.com/Garmelon/toss.git?tag=v0.2.0#2c7888fa413c9b12bec7d55a73051aa96d59386f"
version = "0.2.1"
source = "git+https://github.com/Garmelon/toss.git?tag=v0.2.1#b01ee297d5bdbb3b28cafe2b5b130c2767667974"
dependencies = [
"async-trait",
"crossterm",