Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No vertical border on GUI #3

Open
ettomatic opened this issue Jun 11, 2016 · 4 comments
Open

No vertical border on GUI #3

ettomatic opened this issue Jun 11, 2016 · 4 comments

Comments

@ettomatic
Copy link

Emacs GUI doesn't show any vertical border between windows:
screenshot_20160611_222217

I can see the border on Emacs in the console.

@leandropincini
Copy link

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 ")

@benreyn
Copy link
Contributor

benreyn commented Feb 9, 2017

Is anyone working on this yet? Im happy to take a look if no one else already wants to.

@benreyn
Copy link
Contributor

benreyn commented Feb 9, 2017

Interestingly, I get vertical borders but sometimes no Horizontal borders, take a look at the screenshot below..
screenshot_2_9_17__9_20_am
Maybe using powerline would fix this for me.

@milouse
Copy link
Member

milouse commented Oct 27, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants