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
Breadcrumbs
History for
tmux
CHANGES
on
0.9
User selector
All users
All time
Commit history
Commits on Jul 1, 2009
Try to make a bit more sense here.
nicm
committed
8f2950f
View commit details
Copy full SHA for 8f2950f
View code at this point
Browse repository at this point
Changes for 0.9.
nicm
committed
1903756
View commit details
Copy full SHA for 1903756
View code at this point
Browse repository at this point
This file is not going to be used as much any longer, make a note.
nicm
committed
d508102
View commit details
Copy full SHA for d508102
View code at this point
Browse repository at this point
Commits on May 21, 2009
stat(2) files before trying to load them to avoid problems, for example with "source-file /dev/zero".
Show description for a8ec5f1
nicm
committed
a8ec5f1
View commit details
Copy full SHA for a8ec5f1
View code at this point
Browse repository at this point
Commits on May 19, 2009
Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide character and seeing how much the cursor moves. Currently tries to figure out if this works by some stupid checks on the te…
Show description for 6db7bd6
nicm
committed
6db7bd6
View commit details
Copy full SHA for 6db7bd6
View code at this point
Browse repository at this point
If LANG contains "UTF-8", assume the terminal supports UTF-8, on the grounds that anyone who configures it probably wants UTF-8. Not certain if this is a perfect idea but let's see if it causes any…
Show description for 5db59a0
nicm
committed
5db59a0
View commit details
Copy full SHA for 5db59a0
View code at this point
Browse repository at this point
- New window option monitor-content to search for a string in a window, and
Show description for 80af85a
Tiago Cunha
committed
80af85a
View commit details
Copy full SHA for 80af85a
View code at this point
Browse repository at this point
Commits on May 18, 2009
main-horizontal layout and main-pane-height option to match vertical.
nicm
committed
72e464f
View commit details
Copy full SHA for 72e464f
View code at this point
Browse repository at this point
left-vertical -> main-vertical.
Show description for c21ffbc
nicm
committed
c21ffbc
View commit details
Copy full SHA for c21ffbc
View code at this point
Browse repository at this point
Commits on May 16, 2009
select-layout command and some key bindings.
nicm
committed
1001902
View commit details
Copy full SHA for 1001902
View code at this point
Browse repository at this point
Recreate server socket on SIGUSR1, per SF feature request 2792533.
nicm
committed
03af7c9
View commit details
Copy full SHA for 03af7c9
View code at this point
Browse repository at this point
Commits on May 14, 2009
Keys in status line (p in vi mode, M-y in emacs) to paste the first line of the upper paste buffer. Suggested by Dan Colish.
nicm
committed
cba338a
View commit details
Copy full SHA for cba338a
View code at this point
Browse repository at this point
clear-history command.
nicm
committed
96ca072
View commit details
Copy full SHA for 96ca072
View code at this point
Browse repository at this point
Don't force wrapping with \n when asked, let the cursor code figure it out. Should fix terminals which use this to detect line breaks.
nicm
committed
dd2f8d7
View commit details
Copy full SHA for dd2f8d7
View code at this point
Browse repository at this point
Commits on May 13, 2009
Add a changes entry.
nicm
committed
df9a288
View commit details
Copy full SHA for df9a288
View code at this point
Browse repository at this point
Commits on May 4, 2009
Space trimmage mega-diff.
nicm
committed
143aa71
View commit details
Copy full SHA for 143aa71
View code at this point
Browse repository at this point
Use ACS for line drawing characters.
nicm
committed
fb543c7
View commit details
Copy full SHA for fb543c7
View code at this point
Browse repository at this point
Commits on Apr 30, 2009
Support "neww; neww" as well "neww ; neww".
nicm
committed
827fac4
View commit details
Copy full SHA for 827fac4
View code at this point
Browse repository at this point
previous-layout command.
nicm
committed
044e6f7
View commit details
Copy full SHA for 044e6f7
View code at this point
Browse repository at this point
Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkill
Show description for a6f2d82
nicm
committed
a6f2d82
View commit details
Copy full SHA for a6f2d82
View code at this point
Browse repository at this point
Merge resize-pane-{up,down} into resize-pane.
nicm
committed
cdf472f
View commit details
Copy full SHA for cdf472f
View code at this point
Browse repository at this point
Commits on Apr 29, 2009
Some tweaks for Solaris.
Show description for cc9cc1a
nicm
committed
cc9cc1a
View commit details
Copy full SHA for cc9cc1a
View code at this point
Browse repository at this point
Commits on Apr 27, 2009
Avoid using the prompt history when the server is locked, and prevent any
Show description for c80ad45
Tiago Cunha
committed
c80ad45
View commit details
Copy full SHA for c80ad45
View code at this point
Browse repository at this point
- confirm-before command.
Show description for 058772e
Tiago Cunha
committed
058772e
View commit details
Copy full SHA for 058772e
View code at this point
Browse repository at this point
Commits on Apr 23, 2009
Support NEL.
nicm
committed
7d6896a
View commit details
Copy full SHA for 7d6896a
View code at this point
Browse repository at this point
Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSD
Show description for 5fbdca8
nicm
committed
5fbdca8
View commit details
Copy full SHA for 5fbdca8
View code at this point
Browse repository at this point
Note it.
nicm
committed
a91ecf4
View commit details
Copy full SHA for a91ecf4
View code at this point
Browse repository at this point
Commits on Apr 17, 2009
Remove the right number of characters from the buffer when escape then a cursor
Show description for 750b810
nicm
committed
750b810
View commit details
Copy full SHA for 750b810
View code at this point
Browse repository at this point
Commits on Apr 3, 2009
rotate-window command.
nicm
committed
325d43e
View commit details
Copy full SHA for 325d43e
View code at this point
Browse repository at this point
Commits on Apr 2, 2009
Change scroll/pane redraws to only redraw the single pane affected rather than
Show description for dbf52fa
nicm
committed
dbf52fa
View commit details
Copy full SHA for dbf52fa
View code at this point
Browse repository at this point
If redrawing the region would mean redrawing > half the pane, just schedule to
Show description for 84cde92
nicm
committed
84cde92
View commit details
Copy full SHA for 84cde92
View code at this point
Browse repository at this point
Commits on Apr 1, 2009
Tweak to CHANGES.
nicm
committed
a45e331
View commit details
Copy full SHA for a45e331
View code at this point
Browse repository at this point
Basic horizontal splitting and layout management. Still some redraw and other
Show description for b6450b1
nicm
committed
b6450b1
View commit details
Copy full SHA for b6450b1
View code at this point
Browse repository at this point
Commits on Mar 31, 2009
+UTF-8 fixed to CHANGES.
nicm
committed
c4ac39f
View commit details
Copy full SHA for c4ac39f
View code at this point
Browse repository at this point
Update CHANGES.
nicm
committed
92594c8
View commit details
Copy full SHA for 92594c8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.