Explorar el Código

applied Alexis Hildebrandts patches

master
Anselm R. Garbe hace 17 años
padre
commit
a45d6983ab
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      main.c

+ 2
- 1
main.c Ver fichero

@@ -164,6 +164,8 @@ kpress(XKeyEvent * e) {
switch (ksym) {
default: /* ignore other control sequences */
return;
case XK_bracketleft:
ksym = XK_Escape;
break;
case XK_h:
case XK_H:
@@ -175,7 +177,6 @@ kpress(XKeyEvent * e) {
match(text);
drawmenu();
return;
break;
}
}
if(e->state & Mod1Mask) {


Cargando…
Cancelar
Guardar