Mercurial > hg > xemacs-beta
diff src/redisplay-tty.c @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 4b173ad71786 |
line wrap: on
line diff
--- a/src/redisplay-tty.c Mon Aug 13 08:45:53 2007 +0200 +++ b/src/redisplay-tty.c Mon Aug 13 08:46:35 2007 +0200 @@ -1088,7 +1088,9 @@ CONSOLE_TTY_DATA (c)->term_entry_buffer = (char *) xmalloc (2044); bufptr = CONSOLE_TTY_DATA (c)->term_entry_buffer; + EMACS_BLOCK_SIGNAL (SIGTTOU); status = tgetent (entry_buffer, terminal_type); + EMACS_UNBLOCK_SIGNAL (SIGTTOU); #if 0 if (status < 0) return TTY_UNABLE_OPEN_DATABASE;