GithubHelp home page GithubHelp logo

Hyperterm 0.2.1 cursor issue about hyper HOT 11 CLOSED

montogeek avatar montogeek commented on April 28, 2024
Hyperterm 0.2.1 cursor issue

from hyper.

Comments (11)

montogeek avatar montogeek commented on April 28, 2024 3

Fixed in Hyper 1.0.0
image

from hyper.

nwwells avatar nwwells commented on April 28, 2024 2

I get the same problem with a font with ligatures (my example is Meslo for Powerline. It has an 'fi' ligature:

image

Atom had this same problem, which they solved by measuring (unfortunate, but necessary, it seems): http://blog.atom.io/2015/10/29/atom-1-1-is-out.html#new-approach-to-character-measurement

from hyper.

rauchg avatar rauchg commented on April 28, 2024 1

Not at all. It seems like a character width miscalculation issue that results in overflow. Can you try removing the emojis ?

from hyper.

marcbachmann avatar marcbachmann commented on April 28, 2024 1

There's a css property to disable ligatures. That completely disables them. I guess that's safe to use in latin languages. Not sure about other ones.

    termCSS: `
      * {
        font-feature-settings: 'liga' 0;
      }
    `,

from hyper.

WoodyWoodsta avatar WoodyWoodsta commented on April 28, 2024

Having the same issue with the scrollbar, and cursor alignment is way out for me!
image

from hyper.

rauchg avatar rauchg commented on April 28, 2024

@montogeek @WoodyWoodsta unless I'm missing something, we'll have to dig into hterm :)

from hyper.

rauchg avatar rauchg commented on April 28, 2024

Please retry with 0.3.1.

from hyper.

montogeek avatar montogeek commented on April 28, 2024

@rauchg It didn't improved. You don't have this issue?
screen shot 2016-07-05 at 16 37 17

from hyper.

rauchg avatar rauchg commented on April 28, 2024

@WoodyWoodsta's issue has to do with line calculation but in his case is lack of monospace font. For some reason he doesn't have Menlo (I'm very very curious why), but we should be falling back to another font now and his issue is probably gone.

from hyper.

WoodyWoodsta avatar WoodyWoodsta commented on April 28, 2024

@rauchg Alignment fixed for me:
image

from hyper.

montogeek avatar montogeek commented on April 28, 2024

@rauchg Removing the emojis fixed the issue

Also, I have Menlo font installed
screen shot 2016-07-15 at 12 15 18

from hyper.

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.