You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tui-rs/src/backend
alvinhochun e0b2572eba
refactor(backend/crossterm): support more style modifiers on Windows and fix build with Crossterm 0.17.8 (#368)
* Support more style modifiers on Windows
* Change Crossterm backend to write directly to buffer instead of String

Crossterm might actually do WinAPI calls instead of writing ANSI excape
codes so writing to an intermediate String may cause issues on older
versions of Windows. It also fails to compile with Crossterm 0.17.8 due
to Crossterm now expecting the writer to support `flush`, which String
doesn't.

Fixes #373
4 years ago
..
crossterm.rs refactor(backend/crossterm): support more style modifiers on Windows and fix build with Crossterm 0.17.8 (#368) 4 years ago
curses.rs refactor: implement cascading styles 4 years ago
mod.rs feat: add pancurses backend 5 years ago
rustbox.rs refactor: implement cascading styles 4 years ago
termion.rs fix(backend): move the cursor when first diff is on second cell 4 years ago
test.rs refactor: implement cascading styles 4 years ago