Clone of the tmux Git repository. The master branch contains the latest unreleased code. There are topic branches which may be subject to rebasing, so don't base changes off them. DO NOT SEND me pull-requests, send patches to tmux-users mailing list instead.
Stars
247
Forks
53
Watchers
247
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
7.8k
commits
1.9k
commits
10
commits
5
commits
3
commits
3
commits
3
commits
3
commits
2
commits
2
commits
When a cell is cleared after having been moved, we cannot reuse its
4b0ff07View on GitHubAdd extkeys feature to tmux itself so nested tmux works, GitHub issue 4960.
21da45eView on GitHubSet less crazy limits (than INT_MAX) for pad and trim, makes ossfuzz happier.
d5ed967View on GitHubCache user from getpwuid because it can be very expensive on some
cad282eView on GitHubAdd remain-on-exit key to keep pane around until a key is pressed, from
7f2ac9cView on GitHubBring some new formats from the floating panes work: pane_zoomed_flag,
87aaff5View on GitHubSet up default and last cell before clearing padding, reported by
a827725View on GitHubDo not read off end of buffer if it ends in \ when expanding \c, found
3badbc5View on GitHubClamp width to terminal width, also change calculation of end of screen
cd60de4View on GitHubDon't just resize buffer once, repeat until it is big enough. Also use
95e4011View on GitHub