- 619ffe1 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 9107b0c Allow session tree (C-b s) to expand and collapse sessions with by Nicholas Marriott · 12 years ago
- 4875002 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 17bbf90 Add notification for input from a pane, from George Nachman. by Nicholas Marriott · 12 years ago
- 149f5ba Merge branch 'master' of ssh://tmux.git.sourceforge.net/gitroot/tmux/tmux by Nicholas Marriott · 12 years ago
- e342304 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 84612a8 Add control_write_buffer, from George Nachman. by Nicholas Marriott · 12 years ago
- 5d60bc7 Use pgrp of pty fd not pid of immediate child when recovering current working by Nicholas Marriott · 12 years ago
- 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 12 years ago
- c914fcf When choosing a pane found by find-window, switch to that pane rather by Nicholas Marriott · 12 years ago
- 28fd3a3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 41a4481 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago
- 9e7bbc7 When choosing a pane found by find-window, switch to that pane rather by Nicholas Marriott · 12 years ago
- 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 9247c90 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago
- 56e3748 Sync OpenBSD patchset 1165: by Tiago Cunha · 12 years ago
- 1c60803 Sync OpenBSD patchset 1162: by Tiago Cunha · 12 years ago
- 58e8e0e Fix up window reference counting and don't crash if the rename timer by Nicholas Marriott · 12 years ago
- 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
- 200b0e5 Sync OpenBSD patchset 1156: by Tiago Cunha · 12 years ago
- c8849ac Sync OpenBSD patchset 1153: by Tiago Cunha · 12 years ago
- a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
- 5385a9b Add a queue of notifys and a way to turn them off and on (we do not want by Nicholas Marriott · 12 years ago
- 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 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
- 38530de Sync OpenBSD patchset 1144: by Tiago Cunha · 12 years ago
- ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 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
- 63f5c38 Clear flags across all sessions, from Thomas Adam. by Nicholas Marriott · 12 years ago
- 7e02d2f Sync OpenBSD patchset 1143: by Tiago Cunha · 12 years ago
- 5761712 Sync OpenBSD patchset 1142: by Tiago Cunha · 12 years ago
- 67b926c Provide common helper function for adding windows and sessions to choose by Nicholas Marriott · 12 years ago
- 5b6f781 Clean up and simplify the choose mode code, from Thomas Adam. by Nicholas Marriott · 12 years ago
- 0159c74 Sync OpenBSD patchset 1138: by Tiago Cunha · 12 years ago
- 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
- 7c7bd14 Sync OpenBSD patchset 1125: by Tiago Cunha · 12 years ago
- 30b23ba Sync OpenBSD patchset 1124: by Tiago Cunha · 12 years ago
- 169d362 Sync OpenBSD patchset 1123: by Tiago Cunha · 12 years ago
- c6fc877 Sync OpenBSD patchset 1122: by Tiago Cunha · 12 years ago
- 1845800 Strip layout from choose-windows again (leave in list-windows), by Nicholas Marriott · 13 years ago
- 993f1b9 Fix client templates, from Romain Francoise. by Nicholas Marriott · 13 years ago
- 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 13 years ago
- 1f23f6d Use a predefined structure for not-space cells used to set attributes. by Nicholas Marriott · 13 years ago
- 17da2f7 Sync OpenBSD patchset 1121: by Tiago Cunha · 13 years ago
- fff7c0b Sync OpenBSD patchset 1120: by Tiago Cunha · 13 years ago
- 5cc4961 Sync OpenBSD patchset 1119: by Tiago Cunha · 13 years ago
- baafc17 Sync OpenBSD patchset 1118: by Tiago Cunha · 13 years ago
- d9cb07d Sync OpenBSD patchset 1116: by Tiago Cunha · 13 years ago
- ffab6db Sync OpenBSD patchset 1114: by Tiago Cunha · 13 years ago
- 84c708f Store client in tty struct directly instead of using a callback function by Nicholas Marriott · 13 years ago
- fe4f008 Store mouse data in tty structure not on the stack. by Nicholas Marriott · 13 years ago
- ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 13 years ago
- 682884e Add a helper function to send ready message. by Nicholas Marriott · 13 years ago
- 2f93aff If there are any terminals with insert mode but not ich1, they can go by Nicholas Marriott · 13 years ago
- 7a4679a Instead of passing stdin/stdout/stderr file descriptors over imsg and by Nicholas Marriott · 13 years ago
- 1340c01 Sync OpenBSD patchset 1111: by Tiago Cunha · 13 years ago
- 37f9bb4 Add a helper function to open the terminal for attach-/new-session. by Nicholas Marriott · 13 years ago
- b728970 Sync OpenBSD patchset 1104: by Tiago Cunha · 13 years ago
- d090786 Sync OpenBSD patchset 1102: by Tiago Cunha · 13 years ago
- a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 13 years ago
- ff5155f Add a buffer with all input from last ground state, will be used for by Nicholas Marriott · 13 years ago
- bae2701 Sync OpenBSD patchset 1092: by Tiago Cunha · 13 years ago
- 6703ca8 Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on by Nicholas Marriott · 13 years ago
- 14e5cdf Sync OpenBSD patchset 1090: by Tiago Cunha · 13 years ago
- f99de22 Sync OpenBSD patchset 1084: by Tiago Cunha · 13 years ago
- ed54f01 Fix comment for mouse bits. by Nicholas Marriott · 13 years ago
- 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
- f9f6eea Sync OpenBSD patchset 1072: by Tiago Cunha · 13 years ago
- f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
- df31f1d Sync OpenBSD patchset 1070: by Tiago Cunha · 13 years ago
- f41efd9 Sync OpenBSD patchset 1069: by Tiago Cunha · 13 years ago
- be4d77e Sync OpenBSD patchset 1062: by Tiago Cunha · 13 years ago
- 070d266 Sync OpenBSD patchset 1054: by Tiago Cunha · 13 years ago
- 166681e Sync OpenBSD patchset 1045: by Tiago Cunha · 13 years ago
- 40b1d64 Sync OpenBSD patchset 1043: by Tiago Cunha · 13 years ago
- d8805af On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for by Nicholas Marriott · 13 years ago
- 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
- 889fe42 Break out termios initialization into a separate function, from George Nachman. by Nicholas Marriott · 13 years ago
- c8c0d68 Send secondary DA to terminals with XT in terminfo when starting up and by Nicholas Marriott · 13 years ago
- 799f437 Remove some bits leftover from unused backoff code. by Nicholas Marriott · 13 years ago
- ac9ebc2 Use a lock file and flock() to serialize server start, avoids problems by Nicholas Marriott · 13 years ago
- 32a6092 Sync OpenBSD patchset 1039: by Tiago Cunha · 13 years ago
- 3275e9b Sync OpenBSD patchset 1037: by Tiago Cunha · 13 years ago
- 9d79a56 Sync OpenBSD patchset 1036: by Tiago Cunha · 13 years ago
- 30f4c30 Add A and I keys for vi status line editing. by Nicholas Marriott · 13 years ago
- f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if by Nicholas Marriott · 13 years ago
- e4f1fbd Sync OpenBSD patchset 1035: by Tiago Cunha · 13 years ago
- 89ab147 Sync OpenBSD patchset 1034: by Tiago Cunha · 13 years ago
- 95f427c Sync OpenBSD patchset 1032: by Tiago Cunha · 13 years ago
- 4b8bb77 The wlmouse offset should be part of the client, not the server. From by Nicholas Marriott · 13 years ago
- 07ac168 Add move-pane command (like join-pane but allows the same window). Also by Nicholas Marriott · 13 years ago
- 4d9ccd3 Add printf attribute to a couple of functions, from Tim Ruehsen. by Nicholas Marriott · 13 years ago
- 4e7de21 Allow a single option to be specified to show-options to show just that option. by Nicholas Marriott · 13 years ago
- 290636b Sync OpenBSD patchset 1029: by Tiago Cunha · 13 years ago
- fddbd44 Add a wrapper function tty_set_size from George Nachman. by Nicholas Marriott · 13 years ago
- c82e068 Sync OpenBSD patchset 1024: by Tiago Cunha · 13 years ago
- 4bb01c1 Sync OpenBSD patchset 1021: by Tiago Cunha · 13 years ago
- 8363d19 Move window name changes into wrapper function window_set_name, from by Nicholas Marriott · 13 years ago