mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 15:51:15 -03:00
fixup! Cursor visible sequence
Whoops, picked the wrong part of cnorm
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user