aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* Sync OpenBSD patchset 977:Tiago Cunha2011-11-10
| | | | | Missing bits for new keys and buffer indexes, from Tiago Cunha
* Sync OpenBSD patchset 976:Tiago Cunha2011-11-10
| | | | | | Option to change status line (message) background when using vi keys and in command mode. From Ben Boeckel.
* Add.Nicholas Marriott2011-11-09
|
* Sync OpenBSD patchset 975:Tiago Cunha2011-10-31
| | | | | minor formatting fix;
* Sync OpenBSD patchset 974:Tiago Cunha2011-10-31
| | | | | | Add screen*:XT to terminal-overrides for tmux-in-tmux, from Romain Francoise.
* Sync OpenBSD patchset 973:Tiago Cunha2011-10-31
| | | | | Missing -o on usage for pipe-pane, from Tiago Cunha.
* Sync OpenBSD patchset 972:Tiago Cunha2011-10-31
| | | | | | | Didn't really think the else behaviour through - requiring argv to contain "else" is silly so just omit that, also some manpage tweaks. From Tiago Cunha.
* Sync OpenBSD patchset 971:Tiago Cunha2011-10-31
| | | | | When copying, make repeat count indicate buffer to replace if used.
* Use pkg-config for libevent.Nicholas Marriott2011-10-27
|
* Add.Nicholas Marriott2011-10-27
|
* Recognise special keys and binds with multiple modifiers. From Bastien Dejean.Tiago Cunha2011-10-23
|
* Sync OpenBSD patchset 970:Tiago Cunha2011-10-23
| | | | | | Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional confusion.
* Sync OpenBSD patchset 969:Tiago Cunha2011-10-23
| | | | | | Support for \e[3J to clear the history. Also send the corresponding terminfo code (E3) before locking.
* Sync OpenBSD patchset 968:Tiago Cunha2011-10-23
| | | | | | Try to resolve relative paths for loadb and saveb (first using client working directory if any then default-path or session wd).
* Sync OpenBSD patchset 967:Tiago Cunha2011-10-23
| | | | | For initial session, use size of command client even if detached.
* Sync OpenBSD patchset 966:Tiago Cunha2011-10-23
| | | | | Ignore LC_ALL and LC_CTYPE if they are empty as well as unset.
* Sync OpenBSD patchset 965:Tiago Cunha2011-10-23
| | | | | Add client formats, from Ben Boeckel.
* Sync OpenBSD patchset 964:Tiago Cunha2011-10-23
| | | | | Plug a memory leak and update some comments, from Tiago Cunha.
* Sync OpenBSD patchset 963:Tiago Cunha2011-10-23
| | | | | Add an else clause for if-shell, from "arno-" on SourceForge.
* Done.Nicholas Marriott2011-10-23
|