mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 08:33:17 +01:00
Leftovers from removing 88 colour support, from Theo Buehler.
This commit is contained in:
parent
f2e54e1e2f
commit
81db6bab91
6
tmux.1
6
tmux.1
@ -23,7 +23,7 @@
|
|||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm tmux
|
.Nm tmux
|
||||||
.Bk -words
|
.Bk -words
|
||||||
.Op Fl 28lCquv
|
.Op Fl 2lCquv
|
||||||
.Op Fl c Ar shell-command
|
.Op Fl c Ar shell-command
|
||||||
.Op Fl f Ar file
|
.Op Fl f Ar file
|
||||||
.Op Fl L Ar socket-name
|
.Op Fl L Ar socket-name
|
||||||
@ -2637,9 +2637,9 @@ The terminal entry value is passed through
|
|||||||
before interpretation.
|
before interpretation.
|
||||||
The default value forcibly corrects the
|
The default value forcibly corrects the
|
||||||
.Ql colors
|
.Ql colors
|
||||||
entry for terminals which support 88 or 256 colours:
|
entry for terminals which support 256 colours:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
"*88col*:colors=88,*256col*:colors=256,xterm*:XT"
|
"*256col*:colors=256,xterm*:XT"
|
||||||
.Ed
|
.Ed
|
||||||
.It Ic update-environment Ar variables
|
.It Ic update-environment Ar variables
|
||||||
Set a space-separated string containing a list of environment variables to be
|
Set a space-separated string containing a list of environment variables to be
|
||||||
|
2
tmux.c
2
tmux.c
@ -57,7 +57,7 @@ __dead void
|
|||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"usage: %s [-28lquv] [-c shell-command] [-f file] [-L socket-name]\n"
|
"usage: %s [-2lquv] [-c shell-command] [-f file] [-L socket-name]\n"
|
||||||
" [-S socket-path] [command [flags]]\n",
|
" [-S socket-path] [command [flags]]\n",
|
||||||
__progname);
|
__progname);
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user