emacs
emacs copied to clipboard
No vertical border on GUI
Emacs GUI doesn't show any vertical border between windows:
I can see the border on Emacs in the console.
Hi @ettomatic Sorry for this, I know this isn't fix the issue, but maybe you can try this a while before the issue is resolved.
;; enable line numbers globally ;; (global-linum-mode t)
;; format to '01234 |' (setq linum-format "%4d \u2502 ")
Then, if you wanna see just the border, with no numbers: (setq linum-format " \u2502 ")
Is anyone working on this yet? Im happy to take a look if no one else already wants to.
Interestingly, I get vertical borders but sometimes no Horizontal borders, take a look at the screenshot below..
Maybe using powerline would fix this for me.
The vertical line issue is fixed, but @benreyn feel free to look for a solution regarding horizontal lines. As far as I know, it's not possible, but maybe I missed something!
If we don't find a solution, we should close this issue.