Files
nushell/crates/nu-command/src/platform
Darren Schroeder dd3a3a2717 remove terminal_size crate everywhere it makes sense (#14423)
# Description

This PR removes the `terminal_size` crate everywhere that it made sense.
I replaced it with crossterm's version called `size`. The places I
didn't remove it were the places that did not have a dependency on
crossterm. So, I thought it was "cheaper" to have a dep on term_size vs
crossterm in those locations.
2024-11-23 19:37:12 -08:00
..
2024-10-29 17:33:46 +01:00
2024-10-28 06:42:18 -05:00
2024-10-29 17:33:46 +01:00