Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libevent 2 works now as well. | Nicholas Marriott | 2011-01-01 |
| | |||
* | Add. | Nicholas Marriott | 2011-01-01 |
| | |||
* | Add. | Nicholas Marriott | 2011-01-01 |
| | |||
* | Also done. | Nicholas Marriott | 2011-01-01 |
| | |||
* | Remove some done or duplicates, reorder. | Nicholas Marriott | 2011-01-01 |
| | |||
* | And moar. | Nicholas Marriott | 2010-12-31 |
| | |||
* | Make indentation better. | Nicholas Marriott | 2010-12-31 |
| | |||
* | Default enable-debug to on in CVS (can be changed for releases). | Nicholas Marriott | 2010-12-31 |
| | |||
* | RCS $Id$. | Nicholas Marriott | 2010-12-31 |
| | |||
* | Switch tmux to use autoconf and automake. | Nicholas Marriott | 2010-12-31 |
| | | | | | Although they suck, they suck less than the alternatives. | ||
* | Sync OpenBSD patchset 817: | Tiago Cunha | 2010-12-31 |
| | | | | | fix trailing whitespace; | ||
* | Sync OpenBSD patchset 816: | Tiago Cunha | 2010-12-31 |
| | | | | | Remove some unused defines. | ||
* | Sync OpenBSD patchset 815: | Tiago Cunha | 2010-12-31 |
| | | | | | Fix BUFFERS section now they are global. | ||
* | +. | Nicholas Marriott | 2010-12-31 |
| | |||
* | Done. | Tiago Cunha | 2010-12-30 |
| | |||
* | Global paste buffers instead of per-session which renders copy-buffer useless. | Tiago Cunha | 2010-12-30 |
| | | | | | As a consequence buffer-limit is now a server option. | ||
* | Sync OpenBSD patchset 812: | Tiago Cunha | 2010-12-30 |
| | | | | | | Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. | ||
* | Sync OpenBSD patchset 811: | Tiago Cunha | 2010-12-30 |
| | | | | | | Allow the config file parser and source-file to return "don't exit" to the client to let attach work from configuration files. | ||
* | Stray blank line. | Nicholas Marriott | 2010-12-30 |
| | |||
* | epoll on Linux is broken with /dev/null so it needs to be disabled. | Nicholas Marriott | 2010-12-30 |
| | | | | | | Instead of adding another BROKEN_* define, move event_init into osdep-*.c. | ||
* | Working on 1.5. | Tiago Cunha | 2010-12-27 |
| | |||
* | Major changes since the previous version. | Tiago Cunha | 2010-12-27 |
| | |||
* | No point in talking about this here when it's already covered by other files. | Tiago Cunha | 2010-12-27 |
| | |||
* | Bump VERSION and comment FDEBUG. | Tiago Cunha | 2010-12-27 |
| | |||
* | usage output should fit on a 80 column display. | Tiago Cunha | 2010-12-27 |
| | |||
* | Sync OpenBSD patchset 810: | Tiago Cunha | 2010-12-27 |
| | | | | | tweak previous; | ||
* | Sync OpenBSD patchset 809: | Tiago Cunha | 2010-12-27 |
| | | | | | Add a missing .Pp and sort options alphabetically, from Tiago Cunha. | ||
* | Sync OpenBSD patchset 808: | Tiago Cunha | 2010-12-25 |
| | | | | | | server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes crash seen by Dan Harnett. | ||
* | Sync OpenBSD patchset 807: | Tiago Cunha | 2010-12-25 |
| | | | | | Style tweaks. | ||
* | Sync OpenBSD patchset 806: | Tiago Cunha | 2010-12-22 |
| | | | | | | | | | | | Store sessions in an RB tree by name rather than a list, this is tidier and allows them to easily be shown sorted in various lists (list-sessions/choose-sessions). Keep a session index which is used in a couple of places internally but make it an ever-increasing number rather than filling in gaps with new sessions. | ||
* | Sync OpenBSD patchset 805: | Tiago Cunha | 2010-12-22 |
| | | | | | Fix another stray addition that was too early. Oops. | ||
* | Sync OpenBSD patchset 804: | Tiago Cunha | 2010-12-22 |
| | | | | | Undo a change to next/previous session that got mixed in prematurely. | ||
* | Sync OpenBSD patchset 803: | Tiago Cunha | 2010-12-22 |
| | | | | | | Dead sessions are never on the active sessions list, so the SESSION_DEAD flag is effectively unused. Remove it. | ||
* | Sync OpenBSD patchset 802: | Tiago Cunha | 2010-12-22 |
| | | | | | Use pointer rather than index for the client's last session. | ||
* | Sync OpenBSD patchset 801: | Tiago Cunha | 2010-12-22 |
| | | | | | | | Unify the way sessions are used by callbacks - store the address and use the reference count, then check it is still on the global sessions list in the callback. | ||
* | Sync OpenBSD patchset 800: | Tiago Cunha | 2010-12-22 |
| | | | | | Don't nuke the index counter when a session group comes up. | ||
* | Sync OpenBSD patchset 799: | Tiago Cunha | 2010-12-22 |
| | | | | | | | Add other-pane-height and other-pane-width options, allowing the width or height of the smaller panes in the main-horizontal and main-vertical layouts to be set. Mostly from David Goodlad. | ||
* | "So you have screwed up your /dev/null?" From Mathias Gumz. | Nicholas Marriott | 2010-12-15 |
| | |||
* | Read ${X} environment variables in strings and $HOME from the global | Nicholas Marriott | 2010-12-13 |
| | | | | | | environment rather than getenv, this allows them to be updated during the configuration file. | ||
* | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott | 2010-12-11 |
| | | | | | a key binding (L) to move a client back to its last session. | ||
* | Remove a bunch of stuff that is done a few that aren't going to happen | Nicholas Marriott | 2010-12-11 |
| | | | | | and remove the priority list for now. | ||
* | Fix rectangle copy to behave like emacs - the cursor is not part of the | Nicholas Marriott | 2010-12-11 |
| | | | | | selection on the right edge but on the left it is. | ||
* | Make the prompt history global for all clients which is much more useful | Nicholas Marriott | 2010-12-11 |
| | | | | | than per-client history. | ||
* | -V to report version, SF issue 3038862. | Nicholas Marriott | 2010-12-10 |
| | |||
* | Rephrase a confusing sentence. | Nicholas Marriott | 2010-12-10 |
| | |||
* | Some do still need -lrt. | Nicholas Marriott | 2010-12-08 |
| | |||
* | In the built-in layouts, distribute the panes more evenly. | Micah Cowan | 2010-12-07 |
| | | | | | Set the default value of main-pane-width to 80, rather than 81. | ||
* | Add an option to alert (monitor) for silence (lack of activity) in a | Nicholas Marriott | 2010-12-06 |
| | | | | | window. From Thomas Adam. | ||
* | PatchSet 790 | Nicholas Marriott | 2010-12-06 |
| | | | | | | | | | | | | | | | | | | Date: 2010/11/29 19:45:58 Author: nicm Branch: HEAD Tag: (none) Log: If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys to vi. Based on a diff from martynas@, previously requested by a couple of other people. Members: tmux.1:1.190->1.191 tmux.c:1.93->1.94 | ||
* | PatchSet 789 | Nicholas Marriott | 2010-12-06 |
| | | | | | | | | | | | | | | | | | | | | Date: 2010/11/22 21:13:13 Author: nicm Branch: HEAD Tag: (none) Log: There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't be and I can't find it, but the flag itself is a useless optimisation that only applies to automatic-resize windows, so just dispose of it entirely. Fixes problems reported by Nicholas Riley. Members: resize.c:1.5->1.6 tmux.h:1.246->1.247 tty.c:1.92->1.93 |