accepted vi'is exit approach ^[ (suggested by Arkaduisz)

This commit is contained in:
Anselm R Garbe 2013-06-28 22:06:02 +02:00
parent 55c9be06ca
commit 597d4b4337
1 changed files with 2 additions and 0 deletions

View File

@ -279,6 +279,8 @@ keypress(XKeyEvent *ev) {
case XK_Return:
case XK_KP_Enter:
break;
case XK_bracketleft:
exit(EXIT_FAILURE);
default:
return;
}