Replies: 2 comments 2 replies
-
Thank you for testing this with the new tty feature. Obviously this feature is not yet fully supported by Corfu given that we are talking about a separate branch of the Emacs development repository. We will revisit this in the future when child frame tty support has been merged into the Emacs mainline. In the mean time, any help, testing and fixes are appreciated. |
Beta Was this translation helpful? Give feedback.
-
The completion popup also misbehaves when displayed above the cursor. It leaves visible gap lines between the popup and the cursor. Additionally, when completion is aborted in such cases, the child frame sometimes remains visible, resembling a lingering shadow overlay effect. emacs: 7ac7ebef6cd * Update c-ts-mode and c++-ts-mode's verified revision vid-2024-12-25-120202.webm |
Beta Was this translation helpful? Give feedback.
-
Thank you for providing this excellent completion package and adding support for tty-child-frames. It's fantastic to have a native popup solution in the terminal, enhancing efficiency and robustness.
I've tested this feature and found a display alignment bug in Corfu. Using the Emacs build from commit 196c761c66, the completion popup appears one character to the left of the intended position. I attempted to resolve the issue by setting
(internal-border-width . 0)
but was unable to fix it.Steps to Reproduce:
196c761c66
.Beta Was this translation helpful? Give feedback.
All reactions