feat: add option to disable sgr pixel mode support
Defaults to enabled. closes #440
This commit is contained in:
parent
2ee92d2548
commit
3995946471
3 changed files with 8 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ gutter_line_numbers_style: DigitStyle = .ascii,
|
|||
gutter_symbols: bool = true,
|
||||
enable_terminal_cursor: bool = true,
|
||||
enable_terminal_color_scheme: bool = false,
|
||||
enable_sgr_pixel_mode_support: bool = true,
|
||||
enable_modal_dim: bool = true,
|
||||
highlight_current_line: bool = true,
|
||||
highlight_current_line_gutter: bool = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue