typedef struct Cmouse Cmouse;
enum {
// Cmouse flag
CMdouble = 2,
};
struct Cmouse{
Mouse; // as in raw mode.
int flag; // none, quiet, or double.
};
extern int Mfmt(Fmt*);
#pragma varargck type "M" Cmouse*
(This is a user-contributed directory and should not be interpreted as statement by Alcatel-Lucent.)