On Sun, Aug 30, 2015 at 04:10:28PM +0200, Christoph Lohmann wrote:
Greetings.
The st parsing of the escape sequences is easy to grasp in five minutes.
Please send in a patch when you fixed it.
Sincerely,
Christoph Lohmann
"Be resolute, fear no sacrifice and surmount every difficulty to win v
Hi, I found something that st display wrongly. I got it from
https://mosh.mit.edu/#techinfo
For ISO 2022 locking escapes:
me@alarmpi ~> echo -e "\033(0"
me@alarmpi ~>
St does this:
me@alarmpi ~> echo -e "\033(0"
␋┴▒┼@▒┌▒⎼└⎻␋ ·>
For Evil escape sequences:
me@alar