Coder Social home page Coder Social logo

Comments (4)

lisdude avatar lisdude commented on June 27, 2024 1

I tested this with Kitty and the macOS Terminal and it happened in both cases.

I've set up a test server at lisdude.com port 1180. Right now there are two commands:
longline: A single 31,527 character string of real-world output.
random: A random string with no spaces, configurable between 1 and 50,000 characters.

If you can think of more tests we need, I'm happy to add them. Right now, when you run the longline command, you can see that it cuts off the login help text and part of the long line itself. (For reference, the line begins with ";properties(#0)")

from blightmud.

LiquidityC avatar LiquidityC commented on June 27, 2024

The “history” buffer for scroll back is only 1024 lines long so you might be seeing an effect of that here.

Regarding the sticky line this could the client or it could be your terminal not keeping up.

Could you explain how you confirm/test this?

We might need to build a super simple telnet server to be able to test these kind of things.

from blightmud.

LiquidityC avatar LiquidityC commented on June 27, 2024

That is awesome! By the looks of it it seems the history is messed up here and the last lines in the history consist of an "unwrapped" line. At least I have something to work with here. I'll look into it some more.

from blightmud.

LiquidityC avatar LiquidityC commented on June 27, 2024

Just a comment to remind me for later. This might be the prompt acting up. On Servers that don’t send IAC GA we have to guess what’s a prompt when the data stops coming. A simple check here should be that what we think is a prompt is shorter than an arbitrary width. Eg. if it’s longer then 100 chars with no new lines it’s probably not a prompt.

from blightmud.

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.