Re: [screen-devel] Bug in rendering terminal application

2018-06-27 Thread Maarten van Malland
Hi, Right, that explains it then. I've tried your encoding-rewrite branch but that has exactly the same behavior as the master branch. For now, I've just recompiled that application without the utf-8 specific characters and everything is just fine. As for the automated testsuite, I'm afraid I can

Re: [screen-devel] Bug in rendering terminal application

2018-06-26 Thread Amadeusz Sławiński
Hi, yes there are problems with how screen handles utf-8, rewriting encoding handling to be more manageable is still on my todo list. I already experimented a bit here https://github.com/amade/screen/tree/encoding-rewrite but ultimately it needs spending quite some time on it and thinking how to

Re: [screen-devel] Bug in rendering terminal application

2018-06-26 Thread Maarten van Malland
I've been digging around myself regarding this bug, and it seems the problem is slightly different from what I previously thought. In the source code of that application there are some special characters being used as text. In a normal utf-8 terminal this is displayed as: 𝗚𝗔𝝡𝗘 𝗢𝗩𝗘𝗥! In ISO-8859-2

[screen-devel] Bug in rendering terminal application

2018-06-25 Thread Maarten van Malland
I think I've encountered a bug in the master branch with a specific terminal application: https://github.com/0xbsec/terminal2048 This application is working fine in several other terminals (termite, st, terminator) as well as within tmux, but for some reason the fonts are not rendered correctly wit