10 lines
578 B
Plaintext
10 lines
578 B
Plaintext
* On some (X11?) terminals changing the window size closes the dgamelaunch
|
|
session, probably because of sending negotation strings it doesn't understand?
|
|
|
|
* Since virus kept calling alarm() on itself, I removed SIGALRM handling
|
|
altogether, which breaks occasional refresh of the bottom status line.
|
|
I don't consider this a huge bug, but if one day I, or someone else,
|
|
gets really bored, the full solution to this would be to bring back
|
|
the virus signal handling, and just clear the alarm calls before exiting
|
|
and going back to dgamelaunch code (or clear the alarm() handlers).
|