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

Whoops, picked the wrong part of cnorm
This commit is contained in:
Fabian Boehm 2024-11-06 19:02:29 +01:00
parent 56718c31b1
commit 373c5b1e14

View File

@ -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)) {