You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following trying to run the examples in curses mode:
error[E0609]: no field `fitscreen` on type `curses::InitHints`
--> bracket-terminal/src/initializer.rs:455:29
|
455 | self.platform_hints.fitscreen = fitscreen;
| ^^^^^^^^^ help: a field with a similar name exists: `fullscreen`
Here's the command I'm using to run the curses example:
cargo run --example colorfont --no-default-features --features "curses"
Not sure if this is stable, but the crossterm module uses the same lines, so I'm hopeful 😄 It looks to me as though the curses module was overlooked when the fitscreen option was added some time ago.
I get the following trying to run the examples in curses mode:
Here's the command I'm using to run the curses example:
I'm using the latest code in git 0d2d5e6
Platform is linux using ncurses
The text was updated successfully, but these errors were encountered: