GithubHelp home page GithubHelp logo

Comments (2)

gyscos avatar gyscos commented on June 24, 2024

Hi, and thanks for the report!

Indeed, I can reproduce the issue on macOS.
On linux though, italic is properly rendered.

So I suspect the issue is in the ncurses implementation on macOS. We're using ncurses::A_ITALIC, which should abstract over the actual terminal (this is the main point of ncurses), but there can always be issues there.

(We could try a C ncurses example to see if the problem is with ncurses itself or the rust wrapper.)

Unfortunately I'm not sure there's much we could do here, and using a different backend as you did is probably the best solution. You may want to also use the buffered backend to improve performance (I'm still working on integrating that in cursive itself).

from cursive.

timdubbins avatar timdubbins commented on June 24, 2024

Hi, thanks for your response.

I ran a C ncurses example but got a compile error when setting A_ITALIC. It turns out the ncurses installed on mac is really old and doesn't include this attribute. I thought I was up-to-date with my ncurses package but brew info ncurses yields the caveat:

ncurses is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have ncurses first in your PATH, run:
  echo 'export PATH="/usr/local/opt/ncurses/bin:$PATH"' >> ~/.zshrc

For compilers to find ncurses you may need to set:
  export LDFLAGS="-L/usr/local/opt/ncurses/lib"
  export CPPFLAGS="-I/usr/local/opt/ncurses/include"

For pkg-config to find ncurses you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/ncurses/lib/pkgconfig"

So this is a user-end issue, my bad!

Setting export PKG_CONFIG_PATH="/usr/local/opt/ncurses/lib/pkgconfig" resolves this issue.

from cursive.

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.