mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
fixup! Cursor visible sequence
Whoops, picked the wrong part of cnorm
This commit is contained in:
parent
56718c31b1
commit
373c5b1e14
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ fn read_i(parser: &Parser) -> i32 {
|
||||||
data.history.resolve_pending();
|
data.history.resolve_pending();
|
||||||
|
|
||||||
// Make cursor visible. Every even vaguely used terminal agrees on this sequence.
|
// 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;
|
let already_warned = data.did_warn_for_bg_jobs;
|
||||||
if check_exit_loop_maybe_warning(Some(&mut data)) {
|
if check_exit_loop_maybe_warning(Some(&mut data)) {
|
||||||
|
|
Loading…
Reference in a new issue