Fix build failure when not USE_MOUSE for sgrmouse
cf. https://twitter.com/naota344/status/711541592167854081
This commit is contained in:
@@ -1304,6 +1304,12 @@ mMouse(char c)
|
|||||||
{
|
{
|
||||||
return (MENU_NOTHING);
|
return (MENU_NOTHING);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int
|
||||||
|
mSgrMouse(char c)
|
||||||
|
{
|
||||||
|
return (MENU_NOTHING);
|
||||||
|
}
|
||||||
#endif /* not USE_MOUSE */
|
#endif /* not USE_MOUSE */
|
||||||
|
|
||||||
/* --- MenuFunctions (END) --- */
|
/* --- MenuFunctions (END) --- */
|
||||||
|
|||||||
@@ -724,6 +724,7 @@ extern void tabMs(void);
|
|||||||
extern void closeTMs(void);
|
extern void closeTMs(void);
|
||||||
#else /* not USE_MOUSE */
|
#else /* not USE_MOUSE */
|
||||||
#define mouse nulcmd
|
#define mouse nulcmd
|
||||||
|
#define sgrmouse nulcmd
|
||||||
#define msToggle nulcmd
|
#define msToggle nulcmd
|
||||||
#define movMs nulcmd
|
#define movMs nulcmd
|
||||||
#define menuMs nulcmd
|
#define menuMs nulcmd
|
||||||
|
|||||||
Reference in New Issue
Block a user