bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Curses and SIGINT


From: Thomas Dickey
Subject: Re: Curses and SIGINT
Date: Tue, 20 Jun 2006 20:07:27 -0400
User-agent: Mutt/1.5.11+cvs20060403

On Tue, Jun 20, 2006 at 03:22:10PM -0500, Christ, Bryan wrote:
> Can anyone tell me what the ramifications are for curses when ignoring
> SIGINT?  In other words, does curses intercept this signal for any
> important reason?

curses tries to catch SIGINT and SIGQUIT (unless you have a signal handler
of your own) so it can restore the terminal settings.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]