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:
parent
04f0bcaf54
commit
81ce93574f
62 changed files with 1224 additions and 1218 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue