diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-11-11 02:01:10 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-11-11 02:01:10 +0000 |
commit | aaa043a20f5175eec6dbdf151e99b5fadc28638f (patch) | |
tree | 3fa472b8ad1fcf8e2d6422546759b33d1871a1ae | |
parent | 6fb80527f35cb6236adcf54249b4af9d6d907c0d (diff) | |
parent | 48f41e4a411dc8dc77514e211293365ee8394792 (diff) | |
download | rtmux-aaa043a20f5175eec6dbdf151e99b5fadc28638f.tar.gz rtmux-aaa043a20f5175eec6dbdf151e99b5fadc28638f.tar.bz2 rtmux-aaa043a20f5175eec6dbdf151e99b5fadc28638f.zip |
Merge branch 'obsd-master'
-rw-r--r-- | tmux.1 | 22 | ||||
-rw-r--r-- | tmux.c | 2 |
2 files changed, 12 insertions, 12 deletions
@@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm tmux .Bk -words -.Op Fl 2CDluvV +.Op Fl 2CDlNuVv .Op Fl c Ar shell-command .Op Fl f Ar file .Op Fl L Ar socket-name @@ -206,6 +206,12 @@ If is specified, the default socket directory is not used and any .Fl L flag is ignored. +.It Fl T Ar features +Set terminal features for the client. +This is a comma-separated list of features. +See the +.Ic terminal-features +option. .It Fl u Write UTF-8 output to the terminal even if the first environment variable of @@ -217,12 +223,10 @@ that is set does not contain .Qq UTF-8 or .Qq UTF8 . -.It Fl T Ar features -Set terminal features for the client. -This is a comma-separated list of features. -See the -.Ic terminal-features -option. +.It Fl V +Report the +.Nm +version. .It Fl v Request verbose logging. Log messages will be saved into @@ -247,10 +251,6 @@ signal may be sent to the server process to toggle logging between on (as if .Fl v was given) and off. -.It Fl V -Report the -.Nm -version. .It Ar command Op Ar flags This specifies one of a set of commands used to control .Nm , @@ -53,7 +53,7 @@ static __dead void usage(void) { fprintf(stderr, - "usage: %s [-2CDlNuvV] [-c shell-command] [-f file] [-L socket-name]\n" + "usage: %s [-2CDlNuVv] [-c shell-command] [-f file] [-L socket-name]\n" " [-S socket-path] [-T features] [command [flags]]\n", getprogname()); exit(1); |