We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90b2ccd + 3a251d9 commit 5bb8969Copy full SHA for 5bb8969
docs/help/terminfo.mdx
@@ -63,7 +63,7 @@ The following one-liner will export the terminfo entry from your host and
63
import it on the remote machine:
64
65
```sh
66
-infocmp -x | ssh YOUR-SERVER -- tic -x -
+infocmp -x ghostty | ssh YOUR-SERVER -- tic -x -
67
```
68
69
The `tic` command on the server may give the warning `"<stdin>", line 2,
0 commit comments