Variable: tty-menu--initial-menu-x

tty-menu--initial-menu-x is a variable defined in menu-bar.el.gz.

Value

1

Documentation

X coordinate of the first menu-bar menu dropped by F10.

This is meant to be used only for debugging TTY menus.

Source Code

;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defvar tty-menu--initial-menu-x 1
  "X coordinate of the first menu-bar menu dropped by F10.

This is meant to be used only for debugging TTY menus.")