SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.6k stars 1.11k forks source link

The openage::console::tests::demo test is severely broke for some people (like me) #223

Open franciscod opened 9 years ago

franciscod commented 9 years ago

Demo recorded with asciinema:

https://asciinema.org/a/16209

Preview: 1423450969

meanwhile, on irc... TheJJ: but unfortunately i'm the wrong guy for that subsystem, you have to interact with this @mic-e guy

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

franciscod commented 9 years ago

I don't know what to do to troubleshoot/fix this... ideas?

mic-e commented 9 years ago

vim is pretty complex; does stuff like the regular prompt/ls work?

I suspect that maybe this issue is related to the fact that openage doesn't set the TERM environment variable, so vim behaves differently depending on the terminal emulator you're using. Which one would that be?

franciscod commented 9 years ago

(fixed the asciicast link)

franciscod commented 9 years ago

look at dis prompt

bigger window, trying to ls

mic-e commented 9 years ago

"asciinema". Interesting.

Well the demo completely fails if your terminal is too small (less than 82x25 or something).

Yeah, somehow it looks pretty broken. The question is, is it an issue with the buffer, or an issue with the code that outputs the buffer to your terminal?