mirror of
https://github.com/tmux/tmux.git
synced 2025-04-19 02:38:47 +00:00
Add back missing -V flag
This went walkies from a previous git commit.
This commit is contained in:
parent
b58bca9a72
commit
2c4543b9e9
2
tmux.c
2
tmux.c
@ -253,7 +253,7 @@ main(int argc, char **argv)
|
|||||||
quiet = flags = 0;
|
quiet = flags = 0;
|
||||||
label = path = NULL;
|
label = path = NULL;
|
||||||
login_shell = (**argv == '-');
|
login_shell = (**argv == '-');
|
||||||
while ((opt = getopt(argc, argv, "2c:Cdf:lL:qS:uUv")) != -1) {
|
while ((opt = getopt(argc, argv, "2c:Cdf:lL:qS:uUVv")) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case '2':
|
case '2':
|
||||||
flags |= IDENTIFY_256COLOURS;
|
flags |= IDENTIFY_256COLOURS;
|
||||||
|
Loading…
Reference in New Issue
Block a user