Variable: telnet-initial-count

telnet-initial-count is a variable defined in telnet.el.gz.

Value

-50

Documentation

Initial value of telnet-count.

Should be set to the negative of the number of terminal writes telnet will make setting up the host connection.

Source Code

;; Defined in /usr/src/emacs/lisp/net/telnet.el.gz
(defvar telnet-initial-count -50
  "Initial value of `telnet-count'.
Should be set to the negative of the number of terminal writes
telnet will make setting up the host connection.")