samterm: stop ignoring all keys >= Kcmd
This commit is contained in:
parent
317c3cdb76
commit
9179fdaaf4
1 changed files with 3 additions and 2 deletions
|
|
@ -512,10 +512,11 @@ nontypingkey(int c)
|
||||||
case PAGEUP:
|
case PAGEUP:
|
||||||
case RIGHTARROW:
|
case RIGHTARROW:
|
||||||
case SCROLLKEY:
|
case SCROLLKEY:
|
||||||
|
case CUT:
|
||||||
|
case COPY:
|
||||||
|
case PASTE:
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
if(c >= Kcmd)
|
|
||||||
return 1;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue