brianfeaster / worldtm

Automatically exported from code.google.com/p/worldtm
0 stars 0 forks source link

Terminal resize (SIGWINCH) not honored #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Resize the terminal used to connect to World[tm].

What is the expected output? What do you see instead?

The talk and map windows render incorrectly from now on.  Only until you 
resize the terminal to the original connection size do things render 
properly.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by bri...@gmail.com on 17 Oct 2008 at 4:19

GoogleCodeExporter commented 8 years ago
World Scheme needs support for POSIX signals.  I will add a vector of signal 
handlers
in the top level environment.  The signal handlers will be either NULL or 
closures of
one argument indexed in the vector by handled signal number.  Upon a signal, 
World
Scheme will apply, in a new thread, the signal handler for that signal number.  
The
signal number will be passed in.

Original comment by bri...@gmail.com on 17 Oct 2008 at 8:13

GoogleCodeExporter commented 8 years ago
Prototype working.  Code uploaded.

Original comment by bri...@gmail.com on 18 Nov 2008 at 4:36

GoogleCodeExporter commented 8 years ago

Original comment by bri...@gmail.com on 24 May 2009 at 9:46