feat: add option to disable sgr pixel mode support

Defaults to enabled.

closes #440
This commit is contained in:
CJ van den Berg 2026-01-22 16:15:53 +01:00
parent 2ee92d2548
commit 3995946471
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 8 additions and 1 deletions

View file

@ -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,