1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-11-06 22:44:18 -05:00

Extend style guideline documentation

This commit is contained in:
Christian Duerr 2020-05-05 22:50:23 +00:00 committed by GitHub
parent 04f0bcaf54
commit 81ce93574f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
62 changed files with 1224 additions and 1218 deletions

View file

@ -105,7 +105,7 @@ fn ref_test(dir: &Path) {
parser.advance(&mut terminal, byte, &mut io::sink());
}
// Truncate invisible lines from the grid
// Truncate invisible lines from the grid.
let mut term_grid = terminal.grid().clone();
term_grid.initialize_all(&Cell::default());
term_grid.truncate();