mirror of
https://github.com/tmux/tmux.git
synced 2024-11-05 10:28:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
bfd7209053
8
tmux.1
8
tmux.1
@ -833,13 +833,13 @@ is given.
|
||||
and
|
||||
.Ar shell-command
|
||||
are the name of and shell command to execute in the initial window.
|
||||
If
|
||||
.Fl d
|
||||
is used,
|
||||
With
|
||||
.Fl d ,
|
||||
the initial size is 80 x 24;
|
||||
.Fl x
|
||||
and
|
||||
.Fl y
|
||||
specify the size of the initial window.
|
||||
can be used to specify a different size.
|
||||
.Pp
|
||||
If run from a terminal, any
|
||||
.Xr termios 4
|
||||
|
@ -1458,7 +1458,7 @@ window_copy_adjust_selection(struct window_pane *wp, u_int *selx, u_int *sely)
|
||||
}
|
||||
|
||||
*selx = sx;
|
||||
*sely = screen_hsize(s) + sy;
|
||||
*sely = sy;
|
||||
return (relpos);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user