Variable: xterm-query-timeout

xterm-query-timeout is a variable defined in xterm.el.gz.

Value

2

Documentation

Seconds to wait for an answer from the terminal.

Can be nil to mean "no timeout".

Source Code

;; Defined in /usr/src/emacs/lisp/term/xterm.el.gz
(defvar xterm-query-timeout 2
  "Seconds to wait for an answer from the terminal.
Can be nil to mean \"no timeout\".")