mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-28 13:23:50 +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 changed files with 2 additions and 2 deletions
2
tmux.1
2
tmux.1
|
|
@ -23,7 +23,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm tmux
|
||||
.Bk -words
|
||||
.Op Fl 28lCquvV
|
||||
.Op Fl 2lCquvV
|
||||
.Op Fl c Ar shell-command
|
||||
.Op Fl f Ar file
|
||||
.Op Fl L Ar socket-name
|
||||
|
|
|
|||
2
tmux.c
2
tmux.c
|
|
@ -60,7 +60,7 @@ __dead void
|
|||
usage(void)
|
||||
{
|
||||
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",
|
||||
__progname);
|
||||
exit(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue