Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dominikduda
/
tmux
Public
forked from
tmux/tmux
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
2.7
User selector
All users
All time
Commit history
Commits on Mar 29, 2018
Do not crash on empty window, reported by Jamie Macdonald in GitHub
Show description for 8a81993
nicm
authored and
nicm
committed
8a81993
View commit details
Copy full SHA for 8a81993
Browse repository at this point
Commits on Mar 26, 2018
Fix a regression: do not warn about no client in rename-window.
nicm
authored and
nicm
committed
785ce66
View commit details
Copy full SHA for 785ce66
Browse repository at this point
Commits on Mar 23, 2018
Fix size calculation when spreading out panes.
nicm
authored and
nicm
committed
ea295ac
View commit details
Copy full SHA for ea295ac
Browse repository at this point
Commits on Mar 22, 2018
CHANGES for 2.7.
nicm
committed
2cd0ba5
View commit details
Copy full SHA for 2cd0ba5
Browse repository at this point
2.7-rc.
nicm
committed
ced74bd
View commit details
Copy full SHA for ced74bd
Browse repository at this point
Commits on Mar 21, 2018
Remove EVENT_* variables from environment after initializing libevent so they
Show description for 50e3e3e
nicm
committed
50e3e3e
View commit details
Copy full SHA for 50e3e3e
Browse repository at this point
Commits on Mar 17, 2018
Merge branch 'obsd-master'
ThomasAdam
committed
c8a7061
View commit details
Copy full SHA for c8a7061
Browse repository at this point
Fix negative window index range check (> not <). Reported by Juan Pablo
Show description for 0b39116
nicm
committed
0b39116
View commit details
Copy full SHA for 0b39116
Browse repository at this point
Commits on Mar 16, 2018
Merge branch 'obsd-master'
ThomasAdam
committed
0ca78ee
View commit details
Copy full SHA for 0ca78ee
Browse repository at this point
Insert full size panes at the right position, from KOIE Hidetaka in
Show description for f87d807
nicm
committed
f87d807
View commit details
Copy full SHA for f87d807
Browse repository at this point
Commits on Mar 8, 2018
Merge branch 'obsd-master'
ThomasAdam
committed
9fd9952
View commit details
Copy full SHA for 9fd9952
Browse repository at this point
Add a missing client-detached hook when the server shuts down, and do
Show description for 19f3a5c
nicm
committed
19f3a5c
View commit details
Copy full SHA for 19f3a5c
Browse repository at this point
Commits on Mar 5, 2018
Merge branch 'obsd-master'
ThomasAdam
committed
3c451a6
View commit details
Copy full SHA for 3c451a6
Browse repository at this point
For some reason tmux treats SGR 10 as SGR 0. It has done since the first
Show description for 85c48aa
nicm
committed
85c48aa
View commit details
Copy full SHA for 85c48aa
Browse repository at this point
Commits on Mar 2, 2018
Fix cmp use.
nicm
committed
61ea49c
View commit details
Copy full SHA for 61ea49c
Browse repository at this point
Commits on Mar 1, 2018
Merge branch 'obsd-master'
ThomasAdam
committed
3b8f923
View commit details
Copy full SHA for 3b8f923
Browse repository at this point
Expand formats in window and session names.
nicm
committed
182357f
View commit details
Copy full SHA for 182357f
Browse repository at this point
Commits on Feb 28, 2018
Merge branch 'obsd-master'
ThomasAdam
committed
0ca9664
View commit details
Copy full SHA for 0ca9664
Browse repository at this point
Add -Z flag to choose-tree, choose-client, choose-buffer to
Show description for 508e2f0
nicm
committed
508e2f0
View commit details
Copy full SHA for 508e2f0
Browse repository at this point
Commits on Feb 26, 2018
Merge branch 'obsd-master'
ThomasAdam
committed
f5a37d0
View commit details
Copy full SHA for f5a37d0
Browse repository at this point
C-g for modes too, from Mike Hamrick.
nicm
committed
4d72b8f
View commit details
Copy full SHA for 4d72b8f
Browse repository at this point
Commits on Feb 22, 2018
Merge branch 'obsd-master'
ThomasAdam
committed
9464b94
View commit details
Copy full SHA for 9464b94
Browse repository at this point
Merge branch 'obsd-master'
ThomasAdam
committed
c2aa404
View commit details
Copy full SHA for c2aa404
Browse repository at this point
Remove an unused variable.
nicm
committed
3f3f13f
View commit details
Copy full SHA for 3f3f13f
Browse repository at this point
Check prefix when retrying so it is checked while repeat flag is
Show description for e97daea
nicm
committed
e97daea
View commit details
Copy full SHA for e97daea
Browse repository at this point
Add exit-empty option to exit server if no sessions (defaults to on).
nicm
committed
623f4b1
View commit details
Copy full SHA for 623f4b1
Browse repository at this point
Commits on Feb 20, 2018
Merge branch 'obsd-master'
ThomasAdam
committed
5a44e18
View commit details
Copy full SHA for 5a44e18
Browse repository at this point
Do not leak memory when working out job name in formats.
nicm
committed
ab6f0bb
View commit details
Copy full SHA for ab6f0bb
Browse repository at this point
Commits on Feb 19, 2018
Merge branch 'obsd-master'
ThomasAdam
committed
4e8b1b9
View commit details
Copy full SHA for 4e8b1b9
Browse repository at this point
Update CHANGES.
nicm
committed
d81aec2
View commit details
Copy full SHA for d81aec2
Browse repository at this point
Support ISO colon-separated SGR.
nicm
committed
6ae04dd
View commit details
Copy full SHA for 6ae04dd
Browse repository at this point
Commits on Feb 16, 2018
Merge branch 'obsd-master'
ThomasAdam
committed
968296b
View commit details
Copy full SHA for 968296b
Browse repository at this point
Reflowing the grid in-place involved way too much memmove() for a big
Show description for 320abba
nicm
committed
320abba
View commit details
Copy full SHA for 320abba
Browse repository at this point
Commits on Feb 5, 2018
Merge branch 'obsd-master'
ThomasAdam
committed
88711e8
View commit details
Copy full SHA for 88711e8
Browse repository at this point
Add struct status_line to hold status line members of struct client, not
Show description for 7f4513e
nicm
committed
7f4513e
View commit details
Copy full SHA for 7f4513e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.