Function: tmm-menubar-mouse
tmm-menubar-mouse is an autoloaded, interactive and byte-compiled
function defined in tmm.el.gz.
Signature
(tmm-menubar-mouse EVENT)
Documentation
Text-mode emulation of looking and choosing from a menubar.
This command is used when you click the mouse in the menubar
on a console which has no window system but does have a mouse.
See the documentation for tmm-prompt.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/tmm.el.gz
;;;###autoload
(defun tmm-menubar-mouse (event)
"Text-mode emulation of looking and choosing from a menubar.
This command is used when you click the mouse in the menubar
on a console which has no window system but does have a mouse.
See the documentation for `tmm-prompt'."
(interactive "e")
(tmm-menubar (car (posn-x-y (event-start event)))))