refactor(terminal): add scrollback size configuration option
This commit is contained in:
parent
3e265dade5
commit
f88f779410
2 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ gutter_width_minimum: usize = 4,
|
|||
gutter_width_maximum: usize = 8,
|
||||
enable_terminal_cursor: bool = true,
|
||||
enable_terminal_color_scheme: bool = false,
|
||||
terminal_scrollback_size: u16 = 500,
|
||||
enable_sgr_pixel_mode_support: bool = true,
|
||||
enable_modal_dim: bool = true,
|
||||
highlight_current_line: bool = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue