]> git.tuebingen.mpg.de Git - paraslash.git/commit
i9e: Replace assertion with warning.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 18 Mar 2016 22:44:15 +0000 (23:44 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 1 Apr 2016 23:40:15 +0000 (01:40 +0200)
commit5a74392f53dcecfb39c541853ddca427975c7fa3
tree53adac26f4b2041bb5a15371c336d94c697e165a
parent586eb1abb437420e5b7678890abb82fdbd1f7c45
i9e: Replace assertion with warning.

The assertion in dispatch_key() can easily be triggered with keys
that map to multi-byte sequences. This patch prevents para_play from
aborting when such a key is pressed. It now issues a warning message,
but no longer aborts.
interactive.c