mou_auto_repeat    92 lib/tty/key.c  int mou_auto_repeat = 100;     // ms
mou_auto_repeat  1983 lib/tty/key.c              time_out.tv_usec = mou_auto_repeat * MC_USEC_PER_MSEC;
mou_auto_repeat    66 lib/tty/key.h  extern int mou_auto_repeat;
mou_auto_repeat   386 src/setup.c        { "mouse_repeat_rate", &mou_auto_repeat },