aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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.
* Sync OpenBSD patchset 993:Tiago Cunha2011-12-30
| | | | | | | Allow $HOME as default-path in tmux.conf so the same config file can be used on different machines regardless of where the user's home directory is. ok nicm
* Sync OpenBSD patchset 992:Tiago Cunha2011-12-30
| | | | | Add \033[s and \033[u to save and restore cursor position.
* $Id$ not $OpenBSD$.Tiago Cunha2011-12-30
|
* Sync OpenBSD patchset 991:Tiago Cunha2011-12-30
| | | | | | Extend history that can be captured to INT_MIN rather than SHRT_MIN. From Chris Johnsen.
* Sync OpenBSD patchset 990:Tiago Cunha2011-12-30
| | | | | | Reset flags on every loop or it is displayed too often, from Chris Johnsen.
* Sync OpenBSD patchset 989:Tiago Cunha2011-12-25
| | | | | formatting errors, found using freebsd's "igor";
* Sync OpenBSD patchset 988:Tiago Cunha2011-12-25
| | | | | | | Fix so that when mouse-select-pane and mouse-select-window are both enabled, clicking on the status line does not change the current pane. From Romain Francoise.
* Change the way the working directory for new processes is discovered. IfNicholas Marriott2011-12-09
| | | | | | | | | | | | | | | | | default-path isn't empty, it is used. Otherwise: 1) If tmux neww is run from the command line, the working directory of the client is used. 2) Otherwise use some platform specific code to retrieve the current working directory of the process in the active pane. 3) If that fails, the directory where the session was created is used. Idea and support code, Linux, Solaris, FreeBSD bits by Romain Francoise, OpenBSD bits by me.
* Sync OpenBSD patchset 986:Tiago Cunha2011-12-06
| | | | | | | | Support "jump to" like vi in copy mode using t and T keys. Also add x and X for delete in edit mode. From Ben Boeckel, thanks.
* Sync OpenBSD patchset 985:Tiago Cunha2011-12-06
| | | | | Log terminal overrides.
* Sync OpenBSD patchset 984:Tiago Cunha2011-12-06
| | | | | Add home and end keys for command prompt, from Matthias Lederhofer.
* Sync OpenBSD patchset 983:Tiago Cunha2011-12-06
| | | | | | Make M-f and M-b work the same at the command prompt as in copy mode, pointed out by Romain Francoise.
* New commands and options. From Ben Boeckel.Tiago Cunha2011-11-25
|
* Sync OpenBSD patchset 982:Tiago Cunha2011-11-25
| | | | | | Add word movement and editing command for command prompt editing, from Ben Boeckel.
* Sync OpenBSD patchset 981:Tiago Cunha2011-11-25
| | | | | | Move word-separators to be a session rather than window option, from Ben Boeckel.
* Sync OpenBSD patchset 980:Tiago Cunha2011-11-25
| | | | | Add a pane_index format string and use it, from Ben Boeckel.
* Sync OpenBSD patchset 979:Tiago Cunha2011-11-25
| | | | | Make window_pane_index work the same as window_index, from Ben Boeckel.
* +.Nicholas Marriott2011-11-15
|
* Typo. From Bastien Dejean.Tiago Cunha2011-11-10
|
* Add command colour options. From Ben Boeckel.Tiago Cunha2011-11-10
|
* Sync OpenBSD patchset 978:Tiago Cunha2011-11-10
| | | | | Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen.