alacritty/alacritty_terminal
nils ff7f74fd29
Use `MaybeUninit<usize>` instead of `usize` in `Storage::swap`
`Row` contains pointer bytes, which are not valid for `usize`, therefore
`MaybeUninit<usize>` should be used instead to do an untyped copy.
2022-06-15 20:07:32 +00:00
..
src Use `MaybeUninit<usize>` instead of `usize` in `Storage::swap` 2022-06-15 20:07:32 +00:00
tests Fix DEC Special Character Set (Line drawing) 2022-06-01 03:33:08 +00:00
Cargo.toml
LICENSE-APACHE