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

    Add comment regarding inhibit-double-buffering
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index b62810c758..d037f2df0a 100644
--- a/corfu.el
+++ b/corfu.el
@@ -345,7 +345,7 @@ settings `corfu-auto-delay', `corfu-auto-prefix' and
     (cursor-type . nil)
     (no-special-glyphs . t)
     (desktop-dont-save . t)
-    (inhibit-double-buffering . t))
+    (inhibit-double-buffering . t)) ;; Avoid display artifacts on X/Gtk builds
   "Default child frame parameters.")
 
 (defvar corfu--buffer-parameters

Reply via email to