mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 15:01:16 -03:00
screen: fix inconsistent initialization order
This commit is contained in:
@@ -250,9 +250,9 @@ pub struct Screen {
|
||||
impl Default for Screen {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
outp: Outputter::stdoutput(),
|
||||
autosuggestion_is_truncated: Default::default(),
|
||||
scrolled: Default::default(),
|
||||
outp: Outputter::stdoutput(),
|
||||
desired: Default::default(),
|
||||
actual: Default::default(),
|
||||
actual_left_prompt: Default::default(),
|
||||
|
||||
Reference in New Issue
Block a user