- 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
- 12da13c Make the marked pane a cmd_find_state. by nicm · 9 years ago
- 7236838 Mark new active pane changed after pane lost in window, and after by nicm · 9 years ago
- 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
- 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
- 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
- 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
- 44657bf Move struct options into options.c. by nicm · 9 years ago
- af16ce6 When the active pane changes, redraw panes if the style has by nicm · 9 years ago
- 5047670 Remove some old prototypes and unused functions. by nicm · 9 years ago
- b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago
- 5267ce8 Treat entering or leaving a mode as pane changed. by nicm · 9 years ago
- b7861f3 Better take on reducing the name timer. Again check for name changes in by nicm · 9 years ago
- d9b3133 Only set default title to hostname on screens that are being used for a by nicm · 9 years ago
- 55b8d74 Revert previous; we do need a timer, until I have a better idea. We by nicm · 9 years ago
- e2100c5 We now only checking for name changes when the active pane has changed, by nicm · 9 years ago
- 25faca4 Error messages should not have a trailing period. by nicm · 9 years ago
- fc58e44 Only do the automatic-rename dance if the pane has changed (seen output, by nicm · 9 years ago
- bad8d0f Do not call window_unzoom from window_destroy because it will try to add by nicm · 9 years ago
- 0ff3359 Move the shuffle code from new-window -a into a function and add a -a by nicm · 9 years ago
- d96ab34 Add window_activity format, from Thomas Adam based on a diff originally by nicm · 9 years ago
- a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
- 3f4ee98 To replace c0-*, add a high watermark to the pty event, and also backoff by nicm · 10 years ago
- 44364d7 Remove the c0-* options which never really worked satisfactorily. Going by nicm · 10 years ago
- 8e9b6e0 Style spacing nits. by nicm · 10 years ago
- 31b1ab4 Add a format window_linked which is 1 if a window has been linked by nicm · 10 years ago
- 7717444 Add select-layout -o to undo the last layout change (apply the previously by nicm · 10 years ago
- 05e7fbd Get rid of window_choose_list type. by nicm · 10 years ago
- 07dfdb9 Make message log a TAILQ. by nicm · 10 years ago
- 6dbd63b Move the functions to convert ids from strings into session.c and window.c. by nicm · 10 years ago
- 8d66f4f Change the windows array into an RB tree and fix some places where we by nicm · 10 years ago
- 89e80ca window_index is only used in one place (window_destroy) so inline it there. by nicm · 10 years ago
- 69f292a Always format real layout even when zoomed. by nicm · 10 years ago
- 6f58757 Use a more sensible buffer size for flags string. by nicm · 10 years ago
- bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
- ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
- 1b2c62a Entries in the window list can be NULL, prompted by a crash seen by Ben Boeckel. by nicm · 10 years ago
- 160e3e2 Notify on zoom/unzoom, from George Nachmann. by nicm · 10 years ago
- a02c2e5 Only redraw pane when it has actually changed. by nicm · 10 years ago
- f518a07 Add flags to selectp to enable and disable input to a pane, from Anish Athalye. by nicm · 10 years ago
- 54782af Allow keys and send-keys to invisible panes, from saggy-kun at users dot by nicm · 10 years ago
- 74becbf Reset properly when c0-change-trigger is increased from zero so panes by nicm · 10 years ago
- b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
- 540f0b3 Both the two previous ways of navigating panes by direction have by nicm · 11 years ago
- a5d4b7f Some more long lines. by nicm · 11 years ago
- 3e27be3 Set PATH explicitly, either from client or session by nicm · 11 years ago
- bce9527 Remove some unnecessary includes and fix a typo. by nicm · 11 years ago
- 2e98c90 Correct the dance to fix the active pane in join-pane by pulling the by nicm · 11 years ago
- 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
- 1704d4a Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam. by nicm · 11 years ago
- 315d45a Fix crash due to uninitialized lastwp member of layout_cell, reported by by nicm · 11 years ago
- 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
- c930fd5 Remember the last active pane in the top-bottom or left-right cell so by nicm · 11 years ago
- 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
- 90ae768 Clear window->flags when clearing winlinks by nicm · 11 years ago
- 771d7db Fix compiler warnings, missing #include. From Thomas Adam. by Nicholas Marriott · 12 years ago
- e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
- 58bb6f8 Set pane resize flag when needed. by Nicholas Marriott · 12 years ago
- 114d822 Don't zoom windows with one pane, from Romain Francoise. by Nicholas Marriott · 12 years ago
- c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
- 3eae71b Do pane resize ioctls once at the end of the server loop rather than by Nicholas Marriott · 12 years ago
- 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
- 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
- e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
- 24d7d07 Support the 47 and 1047 SM and RM sequences (alternate screen without by Nicholas Marriott · 12 years ago
- d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
- 596e9d8 Fix bad size in memcpy from Romain Francoise. by Nicholas Marriott · 12 years ago
- 58e8e0e Fix up window reference counting and don't crash if the rename timer by Nicholas Marriott · 12 years ago
- a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 63f5c38 Clear flags across all sessions, from Thomas Adam. by Nicholas Marriott · 12 years ago
- f51c55c Use default-shell not _PATH_BSHELL to spawn commands, pointed out by by Nicholas Marriott · 12 years ago
- 631d6b5 Do not fire name timer when automatic-rename is off, from Tim Ruehsen a by Nicholas Marriott · 13 years ago
- c829bdf Minor style nits - return (). 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
- 5672f2c Check changes_timer with event_initialized before event_del. by Nicholas Marriott · 13 years ago
- f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
- 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
- d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
- 8363d19 Move window name changes into wrapper function window_set_name, from by Nicholas Marriott · 13 years ago
- 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
- 9bbc63e Call bufferevent_free before closing file descriptor associated with it by Nicholas Marriott · 13 years ago
- 57df442 Make window_pane_index work the same as window_index, from Ben Boeckel. by Nicholas Marriott · 13 years ago
- e6a59c4 Reject $SHELL if it is not a full path. by Nicholas Marriott · 13 years ago
- f01b719 Add pane-base-index option, from Ben Barbour. by Nicholas Marriott · 13 years ago
- 2b60c64 Get rid of the layout string code which tries to walk through the layout by Nicholas Marriott · 13 years ago
- 0f97ac4 The mouse should only work in copy mode if mode-mouse is set, not just by Nicholas Marriott · 14 years ago
- 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
- 1270f8f Check if the index is in use and fail before creating the child process, by Nicholas Marriott · 14 years ago
- 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
- 2231e72 Add a function to create window flags rather than doing the same thing by Nicholas Marriott · 14 years ago
- e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
- 503edae Don't allow last and active window to become the same - a very bad move by Nicholas Marriott · 14 years ago
- 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
- a3efd2a When removing a pane, don't change the active pane unless the active by Nicholas Marriott · 14 years ago
- f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
- f69ce39 When destroying a pane, reset any mode (which reenables pane by Nicholas Marriott · 14 years ago
- e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
- 43355fa Make pane/window wrapping more logical (so with 10 windows, +10 from by Nicholas Marriott · 14 years ago
- 386849e Extend the -t:+ and -t:- window targets for next and previous window to by Nicholas Marriott · 14 years ago