Fix build failure when not USE_MOUSE for sgrmouse
cf. https://twitter.com/naota344/status/711541592167854081
This commit is contained in:
6
menu.c
6
menu.c
@@ -1304,6 +1304,12 @@ mMouse(char c)
|
||||
{
|
||||
return (MENU_NOTHING);
|
||||
}
|
||||
|
||||
static int
|
||||
mSgrMouse(char c)
|
||||
{
|
||||
return (MENU_NOTHING);
|
||||
}
|
||||
#endif /* not USE_MOUSE */
|
||||
|
||||
/* --- MenuFunctions (END) --- */
|
||||
|
Reference in New Issue
Block a user