mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
update reedline (#11589)
update to support the latest reedline changes from https://github.com/nushell/reedline/pull/696
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user