mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 06:31:13 -03:00
Fix unsaved screen modification
This commit is contained in:
committed by
Johannes Altmanninger
parent
644c3a87e3
commit
a0e687965e
@@ -1392,6 +1392,7 @@ pub fn request_cursor_position(
|
||||
assert!(self.cursor_position_wait == CursorPositionWait::None);
|
||||
self.cursor_position_wait = cursor_position_wait;
|
||||
let _ = out.write(b"\x1b[6n");
|
||||
self.save_screen_state();
|
||||
}
|
||||
|
||||
pub fn mouse_left_click(&mut self, cursor: ViewportPosition, click_position: ViewportPosition) {
|
||||
|
||||
Reference in New Issue
Block a user