Reformatted the comments.

This commit is contained in:
Roland Illig 2005-09-01 17:06:38 +00:00
parent 7b95eee94a
commit 9fe9ad92a1

View File

@ -22,12 +22,13 @@
# endif
#endif /* USE_NCURSES */
/* Input */
/* {{{ Input }}} */
extern void tty_enable_interrupt_key(void);
extern void tty_disable_interrupt_key(void);
extern gboolean tty_got_interrupt(void);
/* Output */
/* {{{ Output }}} */
/*
The output functions do not check themselves for screen overflows,