| Commit message (Expand) | Author | Age |
... | |
| | * | Don't reset the activity timer for unattached sessions every second, | Nicholas Marriott | 2011-01-01 |
| | * | Remove some unused defines. | Nicholas Marriott | 2010-12-30 |
| | * | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott | 2010-12-30 |
| | * | Add a function to create window flags rather than doing the same thing | Nicholas Marriott | 2010-12-30 |
| | * | Support all four of the xterm mouse modes. Based on a diff from hsim at | Nicholas Marriott | 2010-12-29 |
| | * | Store sessions in an RB tree by name rather than a list, this is tidier | Nicholas Marriott | 2010-12-21 |
| | * | Dead sessions are never on the active sessions list, so the SESSION_DEAD | Nicholas Marriott | 2010-12-20 |
| | * | Use pointer rather than index for the client's last session. | Nicholas Marriott | 2010-12-20 |
| | * | Unify the way sessions are used by callbacks - store the address and use | Nicholas Marriott | 2010-12-20 |
| | * | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott | 2010-12-11 |
| | * | Make the prompt history global for all clients which is much more useful than... | Nicholas Marriott | 2010-12-11 |
| | * | Add an option to alert (monitor) for silence (lack of activity) in a | Nicholas Marriott | 2010-12-06 |
| | * | There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't | Nicholas Marriott | 2010-11-22 |
| | * | Declaration in header should be extern. | Nicholas Marriott | 2010-11-11 |
| | * | We now send argv to the server after parsing it in the client to get the | Nicholas Marriott | 2010-10-29 |
| | * | Add a last-pane command (bound to ; by default). Requested ages ago by | Nicholas Marriott | 2010-10-23 |
| | * | Merge the before and after attach client code into one in client.c | Nicholas Marriott | 2010-10-18 |
| | * | Nuke a leftover RB tree declaration spotted by blambert. | Nicholas Marriott | 2010-09-28 |
| | * | Two new options: | Nicholas Marriott | 2010-09-26 |
| | * | Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid | Nicholas Marriott | 2010-09-11 |
| | * | Add -n and -p flags to switch-client to move to the next and previous | Nicholas Marriott | 2010-09-08 |
| | * | Do not call event_del() for signals after fork(), just use sigaction() | Nicholas Marriott | 2010-08-19 |
| | * | Change the way backoff works. Instead of stopping reading from the pty | Nicholas Marriott | 2010-08-11 |
| | * | When changing so that the client passes its stdout and stderr as well as | Nicholas Marriott | 2010-07-24 |
| | * | Make pane/window wrapping more logical (so with 10 windows, +10 from | Nicholas Marriott | 2010-07-14 |
| | * | Return the command client return code with MSG_EXIT now that MSG_ERROR and | Nicholas Marriott | 2010-07-11 |
| | * | replace some magic mouse constants with defines for clarity. ok nicm | Ted Unangst | 2010-06-29 |
| | * | Custom layouts. list-windows command displays the layout as a string (such as | Nicholas Marriott | 2010-06-29 |
| | * | Send all three of stdin, stdout, stderr from the client to the server, so that | Nicholas Marriott | 2010-06-28 |
| | * | Store the current working directory in the session, change the default-path | Nicholas Marriott | 2010-06-27 |
| | * | Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed | Nicholas Marriott | 2010-06-26 |
| | * | Add a choose-buffer command for easier use of the paste buffer stack. | Nicholas Marriott | 2010-06-21 |
| | * | Extend the -t:+ and -t:- window targets for next and previous window to | Nicholas Marriott | 2010-06-21 |
| | * | Having a list of winlinks->alerts for each session is stupid, just store | Nicholas Marriott | 2010-06-21 |
| | * | Use a macro-based mask for obtaining a key or modifier-set from the | Nicholas Marriott | 2010-06-06 |
| | * | Fix problems with window sizing seen by Raghavendra D Prabhu when | Nicholas Marriott | 2010-06-05 |
| | * | When the mode-mouse option is on, support dragging to make a selection | Nicholas Marriott | 2010-05-31 |
| | * | Move imsg into libutil and add a man page. | Nicholas Marriott | 2010-05-26 |
| | * | Pass in the session, rather than the client, to window modes' key() | Nicholas Marriott | 2010-05-23 |
| | * | Identical behaviour to select-prompt can now be obtained with | Nicholas Marriott | 2010-05-05 |
| | * | Put this back in with the initialisation in the right order. | Nicholas Marriott | 2010-05-04 |
| | * | Revert last change, it appears to be broken somehow. | Nicholas Marriott | 2010-05-04 |
| | * | Make signal handler setup/teardown two common functions instead of six, | Nicholas Marriott | 2010-05-03 |
| | * | Merge copy mode and output mode, dropping the latter. Idea and code from | Nicholas Marriott | 2010-04-06 |
| | * | Run job commands explicitly in the global enviroment (which can be | Nicholas Marriott | 2010-04-04 |
| | * | Squash a function that is only called in a callback into the callback | Nicholas Marriott | 2010-04-04 |
| | * | Dead functions, lint. | Nicholas Marriott | 2010-03-22 |
| | * | Add vi-style "jump" commands for copy mode, from Micah Cowan. | Nicholas Marriott | 2010-03-22 |
| | * | Support up, down, left, right movement through panes with -UDLR flags to | Nicholas Marriott | 2010-03-22 |
| | * | New input parser based on http://vt100.net/emu/dec_ansi_parser. | Nicholas Marriott | 2010-03-22 |