diff --git a/src/tty.h b/src/tty.h index 59d74be55..751f44fe7 100644 --- a/src/tty.h +++ b/src/tty.h @@ -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,