1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
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 Add colored underline support 2022-03-16 19:27:55 +03:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00