blob: 3e239e20f2b22039fba844992209cf2e31066fb2 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: telnet-option
4Short: t
5Arg: <opt=val>
6Help: Set telnet option
7Category: telnet
8Example: -t TTYPE=vt100 telnet://example.com/
9Added: 7.7
10See-also: config
11Multi: append
12---
13Pass options to the telnet protocol. Supported options are:
14
15TTYPE=<term> Sets the terminal type.
16
17XDISPLOC=<X display> Sets the X display location.
18
19NEW_ENV=<var,val> Sets an environment variable.