You are not logged in.
Pages: 1
Hi,
my question is towards X handling things.
My case is easy:
I did a fork of st (suckless) terminal, which can change font size on remote request through OSC messages. I'am using liblo for this.
It works, but often it hangs with various X messages, and very often when the terminal is printig characters.
I think it is something with X event queues or something similar, because when I change font size with built in st function which work on principle of Xevent (keypress) it works, with no problems.
Thats why I thing that my request for changing font is going in somehow wrong timing in X things..
Does anybody have some directions for solving this ?
Thank you.
Offline
Pages: 1