telnet-option.d 501 B

1234567891011121314151617181920212223
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, 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. Multi: append
  12. ---
  13. Pass options to the telnet protocol. Supported options are:
  14. .RS
  15. .TP 15
  16. **TTYPE**=<term> Sets the terminal type.
  17. .TP
  18. **XDISPLOC**=<X display> Sets the X display location.
  19. .TP
  20. **NEW_ENV**=<var,val> Sets an environment variable.
  21. .RE
  22. .IP