1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00

fix tests after 80411d7db9

This commit is contained in:
Wez Furlong 2020-12-29 11:28:43 -08:00
parent 7cf68365a5
commit dc2efb0b43

View File

@ -69,10 +69,12 @@ impl TestTerm {
.try_init();
let mut term = Terminal::new(
height,
width,
height * 16,
width * 8,
TerminalSize {
physical_rows: height,
physical_cols: width,
pixel_width: width * 8,
pixel_height: height * 16,
},
Arc::new(TestTermConfig { scrollback }),
"WezTerm",
"O_o",