branch: externals/corfu
commit 52045e7168dadb00d374db557c44e6fcbcf8c762
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Experiment with inhibit-double-buffering
    
    Sometimes the Gtk3 child frame does not update properly.
---
 corfu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 5628ee1120..b62810c758 100644
--- a/corfu.el
+++ b/corfu.el
@@ -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

Reply via email to