Skip to content

Curses example not working #329

Open
@MichaelMackus

Description

@MichaelMackus

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"

I'm using the latest code in git 0d2d5e6

Platform is linux using ncurses

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions