--- gforth/engine/io.h 1998/11/22 23:18:10 1.4 +++ gforth/engine/io.h 2003/02/17 22:42:09 1.10 @@ -1,6 +1,6 @@ /* Input driver header - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc. This file is part of Gforth. @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. */ #include @@ -31,7 +31,7 @@ extern jmp_buf throw_jmp_buf; # define key(stdin) getch() # define key_query(stdin) FLAG(kbhit()) #else -unsigned char getkey(FILE *); +Cell getkey(FILE *); long key_avail(FILE *); void prep_terminal(void); void deprep_terminal(void); @@ -42,6 +42,5 @@ void get_winsize(void); /* flag was originally wrong -- lennart */ #endif -void install_signal_handlers(void); extern UCell rows, cols; extern int terminal_prepped;