telnet-option.md (513B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: telnet-option 5 Short: t 6 Arg: <opt=val> 7 Help: Set telnet option 8 Category: telnet 9 Added: 7.7 10 Multi: append 11 See-also: 12 - config 13 Example: 14 - -t TTYPE=vt100 telnet://example.com/ 15 --- 16 17 # `--telnet-option` 18 19 Pass options to the telnet protocol. Supported options are: 20 21 ## `TTYPE=<term>` 22 Sets the terminal type. 23 24 ## `XDISPLOC=<X display>` 25 Sets the X display location. 26 27 ## `NEW_ENV=<var,val>` 28 Sets an environment variable.