mirror of
https://github.com/tmux/tmux.git
synced 2024-11-04 18:08:48 +00:00
Remove unused define, also a man fix from jmc.
This commit is contained in:
parent
c0602f357d
commit
1c433f1354
2
tmux.1
2
tmux.1
@ -1626,7 +1626,7 @@ cancels copy mode and any other modes.
|
|||||||
copies from
|
copies from
|
||||||
.Ar src-pane
|
.Ar src-pane
|
||||||
instead of
|
instead of
|
||||||
.Ar target-pane.
|
.Ar target-pane .
|
||||||
.Pp
|
.Pp
|
||||||
.Fl e
|
.Fl e
|
||||||
specifies that scrolling to the bottom of the history (to the visible screen)
|
specifies that scrolling to the bottom of the history (to the visible screen)
|
||||||
|
1
tmux.h
1
tmux.h
@ -843,7 +843,6 @@ struct window_mode {
|
|||||||
void (*formats)(struct window_mode_entry *,
|
void (*formats)(struct window_mode_entry *,
|
||||||
struct format_tree *);
|
struct format_tree *);
|
||||||
};
|
};
|
||||||
#define WINDOW_MODE_TIMEOUT 180
|
|
||||||
|
|
||||||
/* Active window mode. */
|
/* Active window mode. */
|
||||||
struct window_mode_entry {
|
struct window_mode_entry {
|
||||||
|
Loading…
Reference in New Issue
Block a user