patches: fix Corfu completion tracking in Zoom
Fget_char_property with a buffer as OBJECT checks text properties only. Corfu highlights the selected candidate (corfu-current) via an overlay, not a text property, so the scan always returned -1 and Zoom focus stayed on the first line. Pass cf->selected_window instead of cw->contents so that overlays are included in the property lookup. Vertico uses text properties and is unaffected; child-frame completion frameworks that use overlays (Corfu, Company-box) now track correctly.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From e2213409bca76154764263879b4bd43459230d6c Mon Sep 17 00:00:00 2001
|
||||
From 8a88edca0a142479227a20e5fc865cd7e0124d75 Mon Sep 17 00:00:00 2001
|
||||
From: Martin Sukany <martin@sukany.cz>
|
||||
Date: Sat, 28 Feb 2026 12:58:11 +0100
|
||||
Subject: [PATCH 7/9] doc: add VoiceOver accessibility section to macOS
|
||||
|
||||
Reference in New Issue
Block a user