-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I/O garbled in Xcode's "pseudo" PTY #85
Comments
Hello! If you tested with the latest commit of Linenoise (very likely), it is going to be very hard to fix, because it uses really the bare minimum of pure VT100 capabilities! So likely there is really no decent VT100 support at all in the XCode console :-) Thanks for reporting and for the nice gifs. |
I'm going to look into it. I didn't mean to sound hopeless.. I mean it almost works. I will fiddle with it and see if I can't muster a more usable state with minimal change required. |
@mralexgray I would love to see this 👍 |
The same issue met, not able to debug with xcode 9.2 console. |
Gah! This library is this close |
A workaround I found was to change |
you DID say to test it everywhere.... and although the Xcode console is far from compliant with ANYthing.. it would be nice if there was a sane way to interact with it.. which is what led me to your (neat) project.
everything is fine and dandy in iTerm...
but here's what happens in good'ole Xcode (6.1.1)...
arguably, this IS better (though far from ideal)... than what you get with my normal IO routines in the same console environment...
The Xcode console is very weird.. It has no exposed "size" (COLUMNS, and the such), and also, mine MAY be off kilter a bit.. as I DO have the XCODE_COLORS extension installed (amongst many others). Maybe someone with a stock rig can try it, as well?
Let me know how I can help fix this... if you (and God, 🙏) are wiling...
The text was updated successfully, but these errors were encountered: