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 15 .RS 16 .TP 15 17 **TTYPE**=<term> Sets the terminal type. 18 .TP 19 **XDISPLOC**=<X display> Sets the X display location. 20 .TP 21 **NEW_ENV**=<var,val> Sets an environment variable. 22 .RE 23 .IP 24