nushell/crates/nu-command/src/platform
Stefan Holderbach 3a20fbfe94
Update crossterm/ratatui/dev-reedline (#10137)
# Description
This updates most crates to 0.27 `crossterm`.
To do so we need the most recent `ratatui`

`reedline` can now update as well.
See https://github.com/nushell/reedline/pull/625

Sadly this introduces some crate duplication again as there are some
other dependency updates.
Furthermore we have another crate depending on 0.26.1 crossterm
(`comfy-table` that some how gets pulled in by polars)

# User-Facing Changes
2 additional mouse events detected by `input listen`

# Tests + Formatting
None
2023-09-03 19:22:25 -05:00
..
ansi Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
input Update crossterm/ratatui/dev-reedline (#10137) 2023-09-03 19:22:25 -05:00
clear.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
dir_info.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
du.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
kill.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mod.rs REFACTOR: move the 0% commands to nu-cmd-extra (#9404) 2023-07-06 08:31:31 -07:00
sleep.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
term_size.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00