telnet-option.d 463 B

123456789101112131415161718
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: telnet-option
  4. Short: t
  5. Arg: <opt=val>
  6. Help: Set telnet option
  7. Category: telnet
  8. Example: -t TTYPE=vt100 telnet://example.com/
  9. Added: 7.7
  10. See-also: config
  11. ---
  12. Pass options to the telnet protocol. Supported options are:
  13. TTYPE=<term> Sets the terminal type.
  14. XDISPLOC=<X display> Sets the X display location.
  15. NEW_ENV=<var,val> Sets an environment variable.