Mercurial > hg > xemacs-beta
diff src/event-tty.c @ 392:1f50e6fe4f3f r21-2-11
Import from CVS: tag r21-2-11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:10:50 +0200 |
parents | 064ab7fed2e0 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/event-tty.c Mon Aug 13 11:10:04 2007 +0200 +++ b/src/event-tty.c Mon Aug 13 11:10:50 2007 +0200 @@ -94,8 +94,8 @@ non_fake_input_wait_mask); } -static struct console * -find_console_from_fd (int fd) +struct console * +tty_find_console_from_fd (int fd) { Lisp_Object concons; @@ -142,7 +142,7 @@ user events ahead of process events. */ if (FD_ISSET (i, &temp_mask) && FD_ISSET (i, &tty_only_mask)) { - struct console *c = find_console_from_fd (i); + struct console *c = tty_find_console_from_fd (i); assert (c); if (read_event_from_tty_or_stream_desc (emacs_event, c, i))