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.4
User selector
All users
All time
Commit history
Commits on Apr 20, 2017
Enter date of release.
nicm
committed
f21cb71
View commit details
Copy full SHA for f21cb71
Browse repository at this point
Missing :.
nicm
committed
9902187
View commit details
Copy full SHA for 9902187
Browse repository at this point
Changes to CHANGES.
nicm
committed
e7c2f53
View commit details
Copy full SHA for e7c2f53
Browse repository at this point
Update CHANGES file
ThomasAdam
committed
9b2f02e
View commit details
Copy full SHA for 9b2f02e
Browse repository at this point
Commits on Apr 19, 2017
load_cfg returns < 0 on error, not != 0. Problem reported by Kaushal Modi.
nicm
authored and
nicm
committed
b087483
View commit details
Copy full SHA for b087483
Browse repository at this point
Version 2.4.
nicm
committed
b946bf4
View commit details
Copy full SHA for b946bf4
Browse repository at this point
Missed freezero.
nicm
committed
d64a815
View commit details
Copy full SHA for d64a815
Browse repository at this point
Commits on Apr 18, 2017
Merge branch 'obsd-master'
ThomasAdam
committed
a543091
View commit details
Copy full SHA for a543091
Browse repository at this point
Add a format for number of bytes writtent to client, useful for debugging.
nicm
committed
fb3c5ef
View commit details
Copy full SHA for fb3c5ef
Browse repository at this point
Do not check for BCE for a background colour that isn't needed, use
Show description for aace1ea
nicm
committed
aace1ea
View commit details
Copy full SHA for aace1ea
Browse repository at this point
Merge branch 'obsd-master'
ThomasAdam
committed
0aa959d
View commit details
Copy full SHA for 0aa959d
Browse repository at this point
Include client name in key logging.
nicm
committed
83ff1e9
View commit details
Copy full SHA for 83ff1e9
Browse repository at this point
Commits on Apr 17, 2017
Merge branch 'obsd-master'
ThomasAdam
committed
28833ef
View commit details
Copy full SHA for 28833ef
Browse repository at this point
Don't bother moving the cursor for empty lines.
nicm
committed
175d185
View commit details
Copy full SHA for 175d185
Browse repository at this point
Remove a couple of redraw flags that no longer have any effect.
nicm
committed
7461c16
View commit details
Copy full SHA for 7461c16
Browse repository at this point
Commits on Apr 16, 2017
Merge branch 'obsd-master'
ThomasAdam
committed
d912687
View commit details
Copy full SHA for d912687
Browse repository at this point
Memory leak, from David CARLIER.
nicm
committed
d566c78
View commit details
Copy full SHA for d566c78
Browse repository at this point
Use EL1 to clear lines when redrawing the leftmost pane, rather than
Show description for 54bcaab
nicm
committed
54bcaab
View commit details
Copy full SHA for 54bcaab
Browse repository at this point
Commits on Apr 12, 2017
Accept NULL pointer.
nicm
committed
9583878
View commit details
Copy full SHA for 9583878
Browse repository at this point
Commits on Apr 11, 2017
Update imsg*.c from OpenBSD.
nicm
committed
d720a14
View commit details
Copy full SHA for d720a14
Browse repository at this point
Commits on Apr 6, 2017
Merge branch 'obsd-master'
Show description for 5f662d9
ThomasAdam
committed
5f662d9
View commit details
Copy full SHA for 5f662d9
Browse repository at this point
Commits on Apr 5, 2017
Add Home and End for copy mode.
nicm
committed
94b71bc
View commit details
Copy full SHA for 94b71bc
Browse repository at this point
Try again to resolve problems with mistaking sessions for windows: now
Show description for 36882ec
nicm
committed
36882ec
View commit details
Copy full SHA for 36882ec
Browse repository at this point
Give each client a name. This defaults to the tty name as before but
Show description for 9b28200
nicm
committed
9b28200
View commit details
Copy full SHA for 9b28200
Browse repository at this point
cfg_file can be static.
nicm
committed
ab4a4b2
View commit details
Copy full SHA for ab4a4b2
Browse repository at this point
Commits on Mar 25, 2017
Merge branch 'obsd-master'
ThomasAdam
committed
05c97d7
View commit details
Copy full SHA for 05c97d7
Browse repository at this point
Commits on Mar 24, 2017
Write raw strings in one go rather than character at a time.
nicm
committed
b9a4beb
View commit details
Copy full SHA for b9a4beb
Browse repository at this point
Merge branch 'master' of github.com:tmux/tmux
nicm
committed
2d84ee9
View commit details
Copy full SHA for 2d84ee9
Browse repository at this point
Update imsg*.[ch] from OpenBSD, add some compat bits it needs and remove some
Show description for 2e5664d
nicm
committed
2e5664d
View commit details
Copy full SHA for 2e5664d
Browse repository at this point
Merge branch 'obsd-master'
ThomasAdam
committed
1384525
View commit details
Copy full SHA for 1384525
Browse repository at this point
Show count of search results in copy mode.
nicm
committed
591b26e
View commit details
Copy full SHA for 591b26e
Browse repository at this point
Commits on Mar 22, 2017
Remove coverage and profile flags.
nicm
committed
e87d808
View commit details
Copy full SHA for e87d808
Browse repository at this point
Tweak some comments.
nicm
committed
1cb8145
View commit details
Copy full SHA for 1cb8145
Browse repository at this point
Can shorten these by using LIBOBJ.
nicm
committed
c57039b
View commit details
Copy full SHA for c57039b
Browse repository at this point
Merge branch 'master' of github.com:tmux/tmux
nicm
committed
9c0520f
View commit details
Copy full SHA for 9c0520f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.