summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Notify on zoom/unzoom, from George Nachmann.nicm2014-12-151-1/+3
* Only redraw pane when it has actually changed.nicm2014-10-211-4/+5
* Add flags to selectp to enable and disable input to a pane, from Anishnicm2014-08-111-4/+5
* Allow keys and send-keys to invisible panes, from saggy-kun at users dotnicm2014-06-231-4/+1
* Reset properly when c0-change-trigger is increased from zero so panesnicm2014-06-051-2/+1
* If multiple arguments are given to new-session, new-window,nicm2014-05-131-22/+40
* Both the two previous ways of navigating panes by direction havenicm2014-05-081-127/+142
* Some more long lines.nicm2014-04-171-2/+3
* Set PATH explicitly, either from client or sessionnicm2014-04-171-6/+10
* Remove some unnecessary includes and fix a typo.nicm2014-04-171-5/+1
* Correct the dance to fix the active pane in join-pane by pulling thenicm2014-04-171-2/+8
* Remove the monitor-content option and associated bits and bobs. It'snicm2014-04-171-3/+1
* Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam.nicm2014-03-311-5/+9
* Fix crash due to uninitialized lastwp member of layout_cell, reported bynicm2014-02-221-3/+4
* Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-281-11/+1
* Remember the last active pane in the top-bottom or left-right cell sonicm2014-01-281-5/+73
* Alter how tmux handles the working directory to internally use filenicm2013-10-101-9/+9
* Clear window->flags when clearing winlinksnicm2013-10-101-1/+2
* Fix compiler warnings, missing #include. From Thomas Adam.nicm2013-03-261-6/+5
* Revert the command-prefix change which breaks sequences of commands.nicm2013-03-251-11/+2
* Set pane resize flag when needed.nicm2013-03-251-1/+3
* Don't zoom windows with one pane, from Romain Francoise.nicm2013-03-251-1/+5
* Add resize-pane -Z to temporary zoom the active pane to occupy the fullnicm2013-03-241-2/+56
* Do pane resize ioctls once at the end of the server loop rather thannicm2013-03-241-10/+1
* Add option command-prefix which is automatically prepended to anynicm2013-03-241-3/+17
* No more lint means no more ARGSUSED.nicm2013-03-221-3/+1
* Automatically reflow wrapped lines when a pane is resized, requested bynicm2013-02-051-5/+5
* Remove the layout undo/redo code which never really worked.nicm2013-01-171-2/+1
* Support the 47 and 1047 SM and RM sequences (alternate screen withoutnicm2012-11-271-7/+13
* Make mouse event structure clearer by defining events (up, click, drag)nicm2012-10-261-2/+2
* Fix bad size in memcpy from Romain Francoise.nicm2012-10-251-2/+2
* Fix up window reference counting and don't crash if the rename timernicm2012-08-211-8/+13
* Instead of numbering choose mode items 0-9a-z and then nothing, numbernicm2012-08-111-1/+11
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-24/+15
* Clear flags across all sessions, from Thomas Adam.nicm2012-07-081-1/+29
* Use default-shell not _PATH_BSHELL to spawn commands, pointed out bynicm2012-05-281-9/+10
* Do not fire name timer when automatic-rename is off, from Tim Ruehsen anicm2012-04-081-3/+3
* Minor style nits - return ().nicm2012-04-011-3/+3
* Add a layout history which can be stepped through with select-layout -unicm2012-04-011-1/+2
* Check changes_timer with event_initialized before event_del.nicm2012-03-201-2/+3
* Add a simple form of output rate limiting by counting the number ofnicm2012-03-201-1/+41
* Add notify hooks for various events, the functions are currently emptynicm2012-03-171-1/+2
* Check event_initialized before event_del if event may not have been setnicm2012-03-171-2/+3
* Move window name changes into wrapper function window_set_name, fromnicm2012-02-021-1/+9
* Give each window a unique id, like panes but prefixed with @. Based onnicm2012-01-301-3/+31
* Call bufferevent_free before closing file descriptor associated with itnicm2012-01-291-4/+4
* Make window_pane_index work the same as window_index, from Ben Boeckel.nicm2011-11-151-9/+11
* Reject $SHELL if it is not a full path.nicm2011-09-251-2/+2
* Add pane-base-index option, from Ben Barbour.nicm2011-08-241-3/+3
* Get rid of the layout string code which tries to walk through the layoutnicm2011-06-051-8/+52