-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XFCE4 terminal doesn't reset back to the top and I can scroll up to the output #4
Comments
Just found watchexec/cargo-watch#160, seems very similar. Running |
What shell are you using and what's the value of TERM? |
That warning is known (will go away in a future update): it tries to pass on the SIGINT but the command has already exited; better tracking of the command state is coming, fixing this. |
Also: are you using tmux or some other mux (screen etc) |
|
And vte version if you can get that. Also what does That said, watchexec only runs the clear, not the reset. |
How do I get the vte version?
|
(Reset does a lot more, as you can see, which can be unwanted.) Wow, okay, something is very weird here, that clear sequence is wrong.
Could you give you ncurses version (should be in |
Interesting...
|
Right, one more: if you wouldn't mind installing
and running it with
I'm expecting |
Also yeah, |
Alright, read through some C source (paiiiiin)... So: clearscreen should be doing this properly (it should be selecting I'm not sure how it's possible that something else than If it's selecting If it's selecting If that's the case, I could feasibly detect and fix that. |
|
Right, if you force-install cargo-watch again, so long as you don't use |
Yep that did it, working great now, thanks! |
It seems like after a recent update the clear screen option doesn't properly clear the screen anymore. My terminal doesn't reset back to the top and I can scroll up to the output of previous runs. It's possible I'm mistaken but I thought the usual behavior was that you couldn't scroll back to output of previous runs, so if I scroll up all the way I just get to the top of the current run.
I also now see this message every time I Ctrl+C
cargo watch
:I tried running with
--debug
but didn't see anything suspicious or seemingly related to clearing the screen/TTY stuff.I'm using:
cargo-watch 7.8.1
cargo 1.55.0-nightly (27277d966 2021-07-16)
xfce4-terminal 0.8.7.4
Xubuntu 18.04.5/Linux 4.15.0-154-generic
The text was updated successfully, but these errors were encountered: