mgunyho / tere

Terminal file explorer
European Union Public License 1.2
1.67k stars 36 forks source link

Convert u16/u32 to usize #28

Closed mgunyho closed 2 years ago

mgunyho commented 2 years ago

This gets rid of inconsistency. Have to convert to u16 when interfacing with crossterm, see https://github.com/crossterm-rs/crossterm/issues/583.