mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 18:03:51 +01:00
update reedline (#11589)
update to support the latest reedline changes from https://github.com/nushell/reedline/pull/696
This commit is contained in:
parent
e7a4af14cd
commit
4458aae3d4
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4517,7 +4517,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "reedline"
|
name = "reedline"
|
||||||
version = "0.28.0"
|
version = "0.28.0"
|
||||||
source = "git+https://github.com/nushell/reedline?branch=main#2f3eb3e82f30ce3b1bb3f2b826071ec8cc278687"
|
source = "git+https://github.com/nushell/reedline?branch=main#31eaeeb231664b889c92595ff38ead4ccb570766"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arboard",
|
"arboard",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user