diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-05-28 21:45:04 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-05-28 21:45:04 +0200 |
| commit | 52045e7168dadb00d374db557c44e6fcbcf8c762 (patch) | |
| tree | 856d4f21987a0e4ada3693b49af46c0eedb2cc16 /corfu.el | |
| parent | 42cadf78c72f181ca080e310b1bba0374f414953 (diff) | |
Experiment with inhibit-double-buffering
Sometimes the Gtk3 child frame does not update properly.
Diffstat (limited to 'corfu.el')
| -rw-r--r-- | corfu.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -344,7 +344,8 @@ settings `corfu-auto-delay', `corfu-auto-prefix' and (undecorated . t) (cursor-type . nil) (no-special-glyphs . t) - (desktop-dont-save . t)) + (desktop-dont-save . t) + (inhibit-double-buffering . t)) "Default child frame parameters.") (defvar corfu--buffer-parameters |
