Skip to content

fix: app not starting with terminal error - #555

Merged
boxdot merged 2 commits into
mainfrom
dima/fix-startup
Jul 11, 2026
Merged

fix: app not starting with terminal error#555
boxdot merged 2 commits into
mainfrom
dima/fix-startup

Conversation

@boxdot

@boxdot boxdot commented Jun 15, 2026

Copy link
Copy Markdown
Owner

The app was not starting with: Error: The cursor position could not be read within a normal duration.

The problem was most likely twofold: first cargo install --path .
ignored the lockfile. Further ratatui was upgraded and now probes the
terminal in terminal.clear which was blocked by already started event
stream.

This commit upgrades ratatui and corresponding dependencies, and open
event reading after clearing the screen.

Fixes #546

The app was not starting with: `Error: The cursor position could not be
read within a normal duration.`

The problem was most likely twofold: first `cargo install --path .`
ignored the lockfile. Further ratatui was upgraded and now probes the
terminal in `terminal.clear` which was blocked by already started event
stream.

This commit upgrades ratatui and corresponding dependencies, and open
event reading *after* clearing the screen.
@boxdot boxdot mentioned this pull request Jun 15, 2026
@boxdot
boxdot merged commit 16057b8 into main Jul 11, 2026
10 checks passed
@boxdot
boxdot deleted the dima/fix-startup branch July 11, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

will not start

1 participant