aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* +book at http://pragprog.com/book/bhtmux/tmuxNicholas Marriott2012-03-01
|
* +.Nicholas Marriott2012-02-21
|
* Sync OpenBSD patchset 1030:Tiago Cunha2012-02-15
| | | | | Sort some entries, from Ben Boeckel.
* Sync OpenBSD patchset 1029:Tiago Cunha2012-02-15
| | | | | Add a wrapper function tty_set_size from George Nachman.
* Sync OpenBSD patchset 1028:Tiago Cunha2012-02-15
| | | | | Don't die if fail to get root directory, from Ben Boeckel.
* Sync OpenBSD patchset 1026:Tiago Cunha2012-02-15
| | | | | Check for the right return value from sscanf.
* Sync OpenBSD patchset 1026:Tiago Cunha2012-02-15
| | | | | | Document option values, particularly that omitting on|off for a flag is a toggle.
* Update, from Ben Boeckel.Nicholas Marriott2012-02-15
|
* Sync OpenBSD patchset 1025:Tiago Cunha2012-02-02
| | | | | | Add -l flag to send-keys to send input literally (without translating key names). From Frank Terbeck.
* Sync OpenBSD patchset 1024:Tiago Cunha2012-02-02
| | | | | | Move window name changes into wrapper function window_set_name, from George Nachman.
* Sync OpenBSD patchset 1023:Tiago Cunha2012-02-02
| | | | | | Do not change pane when changing window with mouse on status line, pointed out by Romain Francoise.
* Sync OpenBSD patchset 1022:Tiago Cunha2012-02-02
| | | | | | Get client_width and client_height the right way round, from Stephen Thirlwall.
* Adjust function name to the portable version.Tiago Cunha2012-02-02
|
* Sync OpenBSD patchset 1021:Tiago Cunha2012-02-02
| | | | | | | | | | | Provide defined ways to set the various default-path possibilities: ~ for home directory, . for server start directory, - for session start directory and empty for the pane's working directory (the default). All can also be used as part of a relative path (eg -/foo). Also provide -c flags to neww and splitw to override default-path setting. Based on a diff from sthen. ok sthen
* Sync OpenBSD patchset 1020:Tiago Cunha2012-01-31
| | | | | | Add pane id to each pane in layout description (while still accepting the old form). Based on diff from George Nachman.
* Sync OpenBSD patchset 1019:Tiago Cunha2012-01-31
| | | | | id -> ID; ok nicm
* Sync OpenBSD patchset 1018:Tiago Cunha2012-01-31
| | | | | Don't print double spaces in list output.
* Sync OpenBSD patchset 1017:Tiago Cunha2012-01-31
| | | | | | Give each window a unique id, like panes but prefixed with @. Based on work from George Nachman.
* Sync OpenBSD patchset 1016:Tiago Cunha2012-01-31
| | | | | | Enforce history-limit option when clearing the screen, memory leak spotted by R I Pienaar.
* Sync OpenBSD patchset 1015:Tiago Cunha2012-01-29
| | | | | | Add an option to move the status line to the top of the screen, requested by many.
* Sync OpenBSD patchset 1014:Tiago Cunha2012-01-29
| | | | | | | Call bufferevent_free before closing file descriptor associated with it or bugs in $EventMechanism on $OtherOS makes libevent get it's knickers in a twist. From Dylan Alex Simon.
* Sync OpenBSD patchset 1013:Tiago Cunha2012-01-29
| | | | | | Terminate strftime buffer properly even if a really long format string is given, from Tiago Cunha.
* Sync OpenBSD patchset 1012:Tiago Cunha2012-01-29
| | | | | Fix memory leak in error path, from Tiago Cunha.
* Fill in osdep_get_cwd on Darwin, from Alex Ernst.Nicholas Marriott2012-01-27
|
* Create a debug build by default.Tiago Cunha2012-01-23
|
* Working on 1.7.Tiago Cunha2012-01-23
|
* Major changes since the previous version.Tiago Cunha2012-01-23
|
* Add notes about some potential configuration file breaking in the 1.6 release.Tiago Cunha2012-01-23
|
* Done.Tiago Cunha2012-01-23
|
* Releases don't have debugging enabled.Tiago Cunha2012-01-23
|
* Sync OpenBSD patchset 1011:Tiago Cunha2012-01-23
| | | | | Remove unused backoff code that doesn't do any good.
* Sync OpenBSD patchset 1010:Tiago Cunha2012-01-23
| | | | | Show pane size in top right of display panes mode.
* Expand the Id keyword.Tiago Cunha2012-01-22
|
* Sync OpenBSD patchset 1009:Tiago Cunha2012-01-21
| | | | | it's -> its.
* Sync OpenBSD patchset 1008:Tiago Cunha2012-01-21
| | | | | Use RB trees not SPLAY.
* Sync OpenBSD patchset 1007:Tiago Cunha2012-01-21
| | | | | | | | | | | | Drop the ability to have a list of keys in the prefix in favour of two separate options, prefix and prefix2. This simplifies the code and gets rid the data options type which was only used for this one option. Also add a -2 flag to send-prefix to send the secondary prefix key, fixing a cause of minor irritation. People who want three prefix keys are out of luck :-).
* Sync OpenBSD patchset 1006:Tiago Cunha2012-01-21
| | | | | | Add strings to allow the aixterm bright colours to be used when configuring colours, requested by Elliott Cable a few months ago.
* Sync OpenBSD patchset 1005:Tiago Cunha2012-01-21
| | | | | One day I will actually fix ALL the warnings before I commit...
* Sync OpenBSD patchset 1004:Tiago Cunha2012-01-21
| | | | | | Add a -R flag to send-keys to reset the terminal. Written ages ago and Suggested by someone, I forget who.
* Sync OpenBSD patchset 1003:Tiago Cunha2012-01-21
| | | | | | Only hide flags on the current window when the session is attached, from Roland Walker.
* Sync OpenBSD patchset 1002:Tiago Cunha2012-01-20
| | | | | Add some const and fix a warning.
* Sync OpenBSD patchset 1001:Tiago Cunha2012-01-20
| | | | | | Add some trivial additional status line attributes from jwcxz at users dot sourceforge dot net.
* Sync OpenBSD patchset 1000:Tiago Cunha2012-01-20
| | | | | Remove trailing spaces.
* Sync OpenBSD patchset 999:Tiago Cunha2012-01-20
| | | | | | Add an option to disable the window rename escape sequence, from Romain Francoise.
* Sync OpenBSD patchset 998:Tiago Cunha2012-01-20
| | | | | Add space movement keys for vi mode in the status line from Ben Boeckel.
* Sync OpenBSD patchset 997:Tiago Cunha2012-01-20
| | | | | | Calculate last position correctly for UTF-8 wide characters, reported by Matthias Lederhofer.
* Set IUTF8 in termios where supported, suggested by Egmont Koblinger.Nicholas Marriott2012-01-20
|
* Sync OpenBSD patchset 995:Tiago Cunha2012-01-03
| | | | | | Add a man page section on window names and pane titles, from Felix Rosencrantz.
* Sync OpenBSD patchset 995:Tiago Cunha2012-01-03
| | | | | | | Show how to set default-path to revert to tmux's old behaviour of opening new windows in the current working directory at the time tmux was started, it's not obvious. naddy@ agrees this is a useful inclusion.
* Sync OpenBSD patchset 994:Tiago Cunha2011-12-30
| | | | | Add CNL and CPL escape sequences.