mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 10:46:59 +08:00
fixup! Cursor visible sequence
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Whoops, picked the wrong part of cnorm
This commit is contained in:
parent
56718c31b1
commit
373c5b1e14
|
@ -670,7 +670,7 @@ fn read_i(parser: &Parser) -> i32 {
|
|||
data.history.resolve_pending();
|
||||
|
||||
// Make cursor visible. Every even vaguely used terminal agrees on this sequence.
|
||||
data.screen.write_bytes(b"\x1b[?12l");
|
||||
data.screen.write_bytes(b"\x1b[?25h");
|
||||
|
||||
let already_warned = data.did_warn_for_bg_jobs;
|
||||
if check_exit_loop_maybe_warning(Some(&mut data)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user