mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:41:08 +08:00
Fix typo in comment
This commit is contained in:
parent
85404bf7a9
commit
f42beec42e
|
@ -759,7 +759,7 @@ impl Screen {
|
|||
(term.cursor_right.as_ref(), term.parm_right_cursor.as_ref())
|
||||
};
|
||||
|
||||
// Use the bulk ('multi') zelf.output for cursor movement if it is supported and it would be shorter
|
||||
// Use the bulk ('multi') output for cursor movement if it is supported and it would be shorter
|
||||
// Note that this is required to avoid some visual glitches in iTerm (issue #1448).
|
||||
let use_multi = multi_str.is_some_and(|ms| !ms.as_bytes().is_empty())
|
||||
&& x_steps.abs_diff(0) * s.map_or(0, |s| s.as_bytes().len())
|
||||
|
|
Loading…
Reference in New Issue
Block a user