mirror of
https://github.com/tmux/tmux.git
synced 2025-04-23 04:48:47 +00:00
Remove references to 88colour support
Tmux doesn't directly support terminals with 88 colours directly anymore.
This commit is contained in:
parent
6eef24c37a
commit
1721056f35
2
tmux.1
2
tmux.1
@ -23,7 +23,7 @@
|
|||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm tmux
|
.Nm tmux
|
||||||
.Bk -words
|
.Bk -words
|
||||||
.Op Fl 28lCquvV
|
.Op Fl 2lCquvV
|
||||||
.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
|
||||||
|
2
tmux.c
2
tmux.c
@ -60,7 +60,7 @@ __dead void
|
|||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"usage: %s [-28lquvV] [-c shell-command] [-f file] [-L socket-name]\n"
|
"usage: %s [-2lquvV] [-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