]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
i9e: Remove stale comment for i9e_signal_dispatch().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 8 Mar 2016 07:45:30 +0000 (08:45 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 23 Mar 2016 00:01:59 +0000 (00:01 +0000)
The function also cares about SIGWINCH.

interactive.c

index 36211439eb9e2b82c66f8b03d3f6b8936256d540..cab8d9033ba6c817f01e858a7d4ef4946a36e3a7 100644 (file)
@@ -560,8 +560,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)
 {