]> git.proxmox.com Git - pve-installer.git/commit
tui: switch cursive to crossterm backend
authorChristoph Heiss <c.heiss@proxmox.com>
Tue, 13 Aug 2024 10:53:19 +0000 (12:53 +0200)
committerChristoph Heiss <c.heiss@proxmox.com>
Tue, 13 Aug 2024 11:07:44 +0000 (13:07 +0200)
commit80f3e87c48566816d6feaa065f48dc7b51494672
treee185f2fbb11354bdf74c3be8ed0176e7c2aaccc2
parent7e129813f7254d11094dcc170ea65d3884c33a19
tui: switch cursive to crossterm backend

Development of crossterm seems to be more active, has more frequent
releases and is also the default backend for cursive - so overall also
probably better supported/tested.

Additionally, it feels a bit more snappier/less flickery, probably due
to buffering writes to the TTY layer unlike termion.

As this effects only the way cursive talks to the TTY, this has no
visible change on the TUI itself.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
debian/control
proxmox-tui-installer/Cargo.toml
proxmox-tui-installer/src/main.rs