update reedline (#11589)

update to support the latest reedline changes from
https://github.com/nushell/reedline/pull/696
This commit is contained in:
maxomatic458
2024-01-20 15:39:20 +01:00
committed by GitHub
parent e7a4af14cd
commit 4458aae3d4
2 changed files with 5 additions and 1 deletions

View File

@ -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
}
}