Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do not update the headerline of different windows (emacs-lsp#4018)
When two windows (A and B) are opened in the same frame, changing the cursor position in winthe A would update the headerline of window B. This behavior can be visually confusing, specially if windows A and B display different buffers. This commit updates the headerline code to use window-parameters instead of frame-parameters. This ensures that updating the headerline while navigating window A won't trigger an update in other window's headerline.
- Loading branch information