Skip to content

Commit

Permalink
update reedline (nushell#11589)
Browse files Browse the repository at this point in the history
update to support the latest reedline changes from
nushell/reedline#696
  • Loading branch information
maxomatic458 authored and dmatos2012 committed Feb 20, 2024
1 parent 4e1be73 commit 27a508d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/nu-cli/src/menus/description_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -731,4 +731,8 @@ impl Menu for DescriptionMenu {
)
}
}

fn set_cursor_pos(&mut self, _pos: (u16, u16)) {
// The Description Menu does not need the cursor position
}
}

0 comments on commit 27a508d

Please sign in to comment.