Fix missing parameter type. From rob.
This commit is contained in:
parent
e915fe7c58
commit
8414847a07
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ flushtyping(int clearesc)
|
||||||
#define RIGHTARROW Kright
|
#define RIGHTARROW Kright
|
||||||
|
|
||||||
int
|
int
|
||||||
nontypingkey(c)
|
nontypingkey(int c)
|
||||||
{
|
{
|
||||||
return c==SCROLLKEY || c==BACKSCROLLKEY
|
return c==SCROLLKEY || c==BACKSCROLLKEY
|
||||||
|| c==LEFTARROW || c==RIGHTARROW
|
|| c==LEFTARROW || c==RIGHTARROW
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue