Git Product home page Git Product logo

Comments (6)

rgburke avatar rgburke commented on May 28, 2024

Thanks for reporting this error. On initialisation GRV attempts to hide the terminals cursor and if it fails treats this as a fatal error. However this shouldn't really a fatal error, as GRV can still be used. It's just that the cursor will appear in the bottom right corner of the screen.

I've updated master not to treat the failure to change visibility of the cursor as an error. Could you pull and build the latest master and see if you're now able to run GRV?

Also just out of interest, which terminal emulator are you using? What's the value of your $TERM environment variable? I wouldn't normally expect hiding the cursor to fail as other Mac users haven't run into this issue.

from grv.

swill avatar swill commented on May 28, 2024

This fixes the error and application loads in my terminal. I am using the built in MacOS Terminal, nothing special.

$ echo $TERM
ansi

Here is a screenshot of the grv when it loads now.

grv

from grv.

swill avatar swill commented on May 28, 2024

Just a note, once the app launches, I can not seem to figure out how to actually exit the app. I have to close the terminal window to exit. Is that normal or do I just not know the key commands to exit? I tried Ctrl + C and that didn't work. I tried a few things and was not able to exit.

from grv.

rgburke avatar rgburke commented on May 28, 2024

To exit grv type :q and then hit the enter key. This probably seems a bit cryptic but it is the standard way to exit an application with Vi like keybindings.

Having TERM=ansi limits the capabilities of the terminal which is why a lot of the line graphics appear as letters like ?? and qqq.... If you try running grv as:

TERM=xterm-color grv

instead of typing grv does it look more like this?

from grv.

swill avatar swill commented on May 28, 2024

Sorry for the delay @rgburke, but I just wanted to follow up to let you know that the following made everything work as expected. Thanks...

TERM=xterm-color grv

from grv.

swill avatar swill commented on May 28, 2024

For others who want to know where this setting is defined on Mac (other than your .bash_profile obviously).

Terminal > Preferences > Profiles > Advanced > Terminfo

image

from grv.

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.