GithubHelp home page GithubHelp logo

Comments (7)

dpayne avatar dpayne commented on July 30, 2024

Sorry for the late response here. I am unable to reproduce the issue. I tried with both urxvt and regular xterm. Is it possible this is a really old or really low power machine? My hunch is that the the computer isn't powerful enough to clear the screen before the next redraw. It is pretty odd though that tabs size would make a performance difference.

from cli-visualizer.

jgkamat avatar jgkamat commented on July 30, 2024

I don't think my machine is low powered, it can handle cli-vsualizer at 60fps normally. This bug happens for me even when I set the fps as low as 10, so I don't think it's performance related (and I see this even when the terminal is very small). I'm not sure what could be causing it, maybe it's a weird issue with my specific version of ncurses, let me know if you have any other ideas.. 😢

from cli-visualizer.

dpayne avatar dpayne commented on July 30, 2024

Which version of ncurses are you using, you should be able to get it with cat /usr/include/ncurses.h| grep VERSION or with your package manager.

from cli-visualizer.

jgkamat avatar jgkamat commented on July 30, 2024

Here is the output of the command:

#define NCURSES_VERSION_MAJOR 6
#define NCURSES_VERSION_MINOR 0
#define NCURSES_VERSION_PATCH 20150808
#undef  NCURSES_VERSION
#define NCURSES_VERSION "6.0"
#define NCURSES_MOUSE_VERSION 2
#  define NCURSES_EVENT_VERSION	1
#define curses_version() NCURSES_VERSION
#if NCURSES_MOUSE_VERSION > 1
#if NCURSES_MOUSE_VERSION > 1

According to my package manager I'm using ncurses 6.0-r1

from cli-visualizer.

dpayne avatar dpayne commented on July 30, 2024

This is very odd, I cannot reproduce it at all. My only suggestion would be to uninstall ncurses then try re-installing from the latest source from here http://invisible-mirror.net/archives/ncurses/current/. Your ncurses version isn't that old so I'd be a little surprised if that fixed it but it might be worth a shot.

Also are you running this remotely or through a screen emulator?

from cli-visualizer.

jgkamat avatar jgkamat commented on July 30, 2024

I'm not running remotely, it's all on the local machine. I'll try out the ncurses thing in a couple of weeks, I don't want to mess around too much with my system right now. I'll try it out and let you know what I find! 😄

from cli-visualizer.

jgkamat avatar jgkamat commented on July 30, 2024

@dpayne I upgraded my ncurses version and that seems to have fixed all my problems. Since I can't reproduce anymore, closing.

from cli-visualizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.