xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, 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 | TTYPE=<term> Sets the terminal type. |
| 16 | |
| 17 | XDISPLOC=<X display> Sets the X display location. |
| 18 | |
| 19 | NEW_ENV=<var,val> Sets an environment variable. |