2004-01-01 21:18:32 +01:00
|
|
|
* On some (X11?) terminals changing the window size closes the dgamelaunch
|
|
|
|
session, probably because of sending negotation strings it doesn't understand?
|
|
|
|
|
2003-12-30 22:30:32 +01:00
|
|
|
* 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).
|