|
From: <don...@is...> - 2010-09-28 19:49:36
|
Sam Steingold writes: > > Is there some general mechanism for clisp programs to handle the > > signals that make sense? There should be. > take a look at clisp/modules/bindings/glibc/wrap.lisp > I think Vladimir & Jorg will have something to warn you about ;-( I saw the warning (c. 2004?) and concluded that this was not a good way to deal with signals. But since you evidently think that there is a good way to deal with screen windows, I'd like to be able to do the same thing for my own windows. Another question now comes to mind. The code I see in stream.d suggests there can only be one screen window. Is there a good reason for that? Does WINCH give you a way to find out which window has been resized? |