Coder Social home page Coder Social logo

Comments (6)

bitspittle avatar bitspittle commented on May 23, 2024

This might not be possible. I can't seem to find ways to either

  1. stop the terminal from autowrapping my lines
  2. ask the terminal its width in a consistent manner
  3. ask the terminal to tell me when it added a newline

There may be a way and it's probably worth leaving this bug open, but not necessarily as a 1.0 milestone. My experimentation with other dynamic CLIs is they suffer a similar fate.

from kotter.

bitspittle avatar bitspittle commented on May 23, 2024

Actually, the "$COLUMNS" variable in Linux seems to work. With seeing if this is standard-enough behavior that we can use it consistently.

from kotter.

bitspittle avatar bitspittle commented on May 23, 2024

It's still quite tricky to get the width. It's a shame either jline doesn't support this OR it does but I can't find it. (jline's terminal.getSize() doesn't update dynamically as you resize the window)

See also: https://stackoverflow.com/questions/1286461/can-i-find-the-console-width-with-java/18883172#18883172

from kotter.

bitspittle avatar bitspittle commented on May 23, 2024

Leaving the bug open because we still don't handle dynamic window resizing, and I'd like to think that's possible someday. But for now, at least we take initial window size into account, which is better than nothing, so I'm going to remove the 1.0 milestone from this bug.

from kotter.

bitspittle avatar bitspittle commented on May 23, 2024

I'm going to close this as dynamic window resizing just doesn't seem like something that consoles are good at.

from kotter.

bitspittle avatar bitspittle commented on May 23, 2024

Now that I have a bunch of K/N code, I'm actually going to reopen this and check one more time to make sure.

Really, what I need is an event that the column changed (or maybe I can poll this every frame).

I'm pretty sure I tried polling when using Jline, but I should try again now that I've got K/N solutions.

from kotter.

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.