feat: double_cursor_fix

This commit is contained in:
galister
2024-02-21 21:48:37 +01:00
parent 3e3ee490e8
commit 54b38a0962
2 changed files with 8 additions and 2 deletions

View File

@@ -81,6 +81,9 @@ pub struct GeneralConfig {
#[serde(default = "def_false")]
pub upright_screen_fix: bool,
#[serde(default = "def_false")]
pub double_cursor_fix: bool,
#[serde(default = "def_screens")]
pub show_screens: Vec<Arc<str>>,