Skip to content

Commit 27a508d

Browse files
maxomatic458dmatos2012
authored andcommitted
update reedline (nushell#11589)
update to support the latest reedline changes from nushell/reedline#696
1 parent 4e1be73 commit 27a508d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/nu-cli/src/menus/description_menu.rs

+4
Original file line numberDiff line numberDiff line change
@@ -731,4 +731,8 @@ impl Menu for DescriptionMenu {
731731
)
732732
}
733733
}
734+
735+
fn set_cursor_pos(&mut self, _pos: (u16, u16)) {
736+
// The Description Menu does not need the cursor position
737+
}
734738
}

0 commit comments

Comments
 (0)