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

Layout&rendering issues #8

Open
dvdplm opened this issue Oct 5, 2015 · 3 comments
Open

Layout&rendering issues #8

dvdplm opened this issue Oct 5, 2015 · 3 comments

Comments

@dvdplm
Copy link

dvdplm commented Oct 5, 2015

Hi, great project!

I'm seeing some pretty severe rendering issues when I run expvarmon -ports="8000". It looks like this:

expvarmon-rendering

Resizing the window does not seem to fix it. Is there some terminal setting I should be aware of? The screenshot is from Ubuntu, running in an ssh session from a osx host (not sure if that's relevant at all).

Any ideas of what is going on?

@divan
Copy link
Owner

divan commented Oct 5, 2015

Hi. expvarmon is build around TermUI package, so the issues like that (if any) should be reproducible with termui examples.

Meanwhile, I suspect this is due to misconfiguration in that SSH box bashrc. What does this command say?

shopt  | grep checkwinsize

It should return checkwinsize on. If not, try to activate it with:

shopt -s checkwinsize

And then dig deeper to find why it was deactivated.

@dvdplm
Copy link
Author

dvdplm commented Oct 6, 2015

Hi Ivan, thanks for you reply.
shopt | grep checkwinsize responds checkwinsize on both in my local terminal and when ssh-ing into the box. I did however figure something out: if I run expvarmon in the Apple Terminal it works fine, so whatever it is, it is caused by a difference in iTerm2 (or my config thereof).

@zgramana
Copy link

Similar (though slightly worse) rendering on Windows, FWIW.

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

No branches or pull requests

3 participants