]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - interactive.c
i9e: Remove stale comment for dispatch_key().
[paraslash.git] / interactive.c
index 36211439eb9e2b82c66f8b03d3f6b8936256d540..bb121f429426f7291c07a7a31a1d0f40f1186c40 100644 (file)
@@ -413,10 +413,6 @@ static void update_winsize(void)
        i9ep->empty_line[i9ep->num_columns] = '\0';
 }
 
-/**
- * Defined key sequences are mapped to keys starting with this offset. I.e.
- * pressing the first defined key sequence yields the key number \p KEY_OFFSET.
- */
 static int dispatch_key(__a_unused int count, __a_unused int key)
 {
        int i, ret;
@@ -560,8 +556,6 @@ void ie9_print_status_bar(char *buf, unsigned len)
  * Tell i9e that the caller received a signal.
  *
  * \param sig_num The number of the signal received.
- *
- * Currently the function only cares about \p SIGINT, but this may change.
  */
 void i9e_signal_dispatch(int sig_num)
 {