- 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
- 35ffd09 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- abfb965 Fix some spacing nits. by nicm · 10 years ago
- 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
- 814e405 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- 53cbae5 Now that cmdlists are reference counted, there is no need for two-step by nicm · 11 years ago
- 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
- c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
- 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
- a1722d5 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
- c5239c5 Add resize-pane -Z to temporary zoom the active pane to occupy the full window by Nicholas Marriott · 12 years ago
- 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- afd5e97 Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
- 6932447 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
- 293e331 Add functions to allocate and free command contexts rather than doing it all on by Nicholas Marriott · 12 years ago
- de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
- a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
- a10143a Sync OpenBSD patchset 1146: by Tiago Cunha · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
- fce3042 Sync OpenBSD patchset 1136: by Tiago Cunha · 12 years ago
- a13b4a8 Add a couple of NULL pointer checks to key binding functions, from by Nicholas Marriott · 12 years ago
- f99de22 Sync OpenBSD patchset 1084: by Tiago Cunha · 13 years ago
- 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
- a3c1b73 Sync OpenBSD patchset 1008: by Tiago Cunha · 13 years ago
- 8ed9124 Use RB trees not SPLAY. by Nicholas Marriott · 13 years ago
- fce026e Sync OpenBSD patchset 928: by Tiago Cunha · 13 years ago
- 94f86ed Include the existing window and session name in the prompt when renaming by Nicholas Marriott · 13 years ago
- 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
- 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
- 5fcd671 Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
- 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
- cd079e8 Sync OpenBSD patchset 780: by Tiago Cunha · 14 years ago
- 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
- 89c07de Sync OpenBSD patchset 759: by Tiago Cunha · 14 years ago
- a22a6de Add -n and -p flags to switch-client to move to the next and previous by Nicholas Marriott · 14 years ago
- 03c1c1c Sync OpenBSD patchset 727: by Tiago Cunha · 14 years ago
- 42e2413 Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed by Nicholas Marriott · 14 years ago
- bf1e237 Sync OpenBSD patchset 726: by Tiago Cunha · 14 years ago
- ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
- 9900e28 Sync OpenBSD patchset 697: by Tiago Cunha · 15 years ago
- 701b5bd Sync OpenBSD patchset 688: by Tiago Cunha · 15 years ago
- e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 15 years ago
- d529e7e Add a tiled layout, originally from Liam Bedford a while ago, fixed up by me. by Nicholas Marriott · 15 years ago
- ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
- 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
- 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
- aa8f901 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
- c6ba781 Sync OpenBSD patchset 639: by Tiago Cunha · 15 years ago
- bb53c20 Support attaching a client read-only with a new -r flag to the attach-session by Nicholas Marriott · 15 years ago
- dcdd2fb Sync OpenBSD patchset 585: by Tiago Cunha · 15 years ago
- a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
- cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- acc331c Sync OpenBSD patchset 546: by Tiago Cunha · 15 years ago
- 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
- 0986001 Sync OpenBSD patchset 533: by Tiago Cunha · 15 years ago
- 5d39746 Zap unused functions, prompted by deraadt. by Nicholas Marriott · 15 years ago
- f881502 Sync OpenBSD patchset 362: by Tiago Cunha · 15 years ago
- 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
- ed3535d Sync OpenBSD patchset 302: by Tiago Cunha · 15 years ago
- 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
- 8fd77cb Sync OpenBSD patchset 294: by Tiago Cunha · 15 years ago
- 7b847ce Add a choose-client command and extend choose-{session,window} to accept a by Nicholas Marriott · 15 years ago
- 2e2e762 Sync OpenBSD patchset 289: by Tiago Cunha · 15 years ago
- 43cd40e The cursession member in struct cmd_ctx is always either curclient->session or by Nicholas Marriott · 15 years ago
- 28cf7dc Sync OpenBSD patchset 175: by Tiago Cunha · 15 years ago
- 5a1a106 Permit commands to be bound to key presses without the prefix key first. The by Nicholas Marriott · 15 years ago
- a734488 Sync OpenBSD patchset 151: by Tiago Cunha · 15 years ago
- 725938f Tidy up keys: use an enum for the key codes, and remove the macros which just by Nicholas Marriott · 15 years ago
- 545893d Sync OpenBSD patchset 142: by Tiago Cunha · 15 years ago
- 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
- 4192449 Remove a duplicate key binding, and turn off autorepeat for up/down as it is by Nicholas Marriott · 15 years ago
- 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago
- ae7dda1 - New command display-message (alias display) to display a message in the by Tiago Cunha · 15 years ago
- 1938c99 Remove a duplicate key binding, and turn off autorepeat for up/down as it is by Nicholas Marriott · 15 years ago
- 222b8e6 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
- 92da443 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
- 5ef5bd7 Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
- 9e49ec6 Creating a key binding which replaces itself (such as "bind x bind x lsw") by Nicholas Marriott · 15 years ago
- 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
- 1001902 select-layout command and some key bindings. by Nicholas Marriott · 16 years ago
- 88daeb5 Bye-bye META. by Nicholas Marriott · 16 years ago
- 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
- 4a74349 static const. by Nicholas Marriott · 16 years ago
- cdf472f Merge resize-pane-{up,down} into resize-pane. by Nicholas Marriott · 16 years ago
- 058772e - confirm-before command. by Tiago Cunha · 16 years ago
- 325d43e rotate-window command. by Nicholas Marriott · 16 years ago
- 8216f7b swap-pane command. by Nicholas Marriott · 16 years ago
- b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
- cb2ac5c Key repeating is now a property of the key binding not of the command. Repeat by Nicholas Marriott · 16 years ago
- 56f80a5 break-pane command to split a pane off into a new window; bound to ! by default. by Nicholas Marriott · 16 years ago
- 47e6b27 Reset mode before adding text. by Nicholas Marriott · 16 years ago
- 0450b4a Move status prompt/message init and teardown into status.c. by Nicholas Marriott · 16 years ago
- 0127137 move-window bound to ., from joshe. by Nicholas Marriott · 16 years ago
- 2af5244 -u to start with screen scrolled up. by Nicholas Marriott · 16 years ago