samterm: stop ignoring all keys >= Kcmd
This commit is contained in:
parent
317c3cdb76
commit
9179fdaaf4
@ -512,10 +512,11 @@ nontypingkey(int c)
|
||||
case PAGEUP:
|
||||
case RIGHTARROW:
|
||||
case SCROLLKEY:
|
||||
case CUT:
|
||||
case COPY:
|
||||
case PASTE:
|
||||
return 1;
|
||||
}
|
||||
if(c >= Kcmd)
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user