summaryrefslogtreecommitdiffstats
path: root/window-choose.c
AgeCommit message (Expand)Author
2017-05-07Add a format for the name of the pane's mode, lets it be used as anicm
2017-05-01In order that people can use formats like #D in #() in the status linenicm
2017-04-28Log what is happening with window and session reference counts much morenicm
2017-03-17Add h and l for collapse and expand in choose mode with vi(1) keys, fromnicm
2017-02-16Style nits.nicm
2017-02-03Add a window or pane id "tag" to each format tree and use it to separatenicm
2017-01-15It is silly for cmd_list_parse to return an integer error when it couldnicm
2017-01-07Add support for the OSC 4 and OSC 104 palette setting escape sequences,nicm
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-16Rewrite command queue handling. Each client still has a command queue,nicm
2016-10-13Add support for BCE (background colour erase). This makes various escapenicm
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.nicm
2016-10-11Fundamental change to how copy mode key bindings work:nicm
2016-09-12Allow repeat count to be specified in mode key tables with bind-key -R,nicm
2016-04-28memmove() the right size when expanding tree.nicm
2016-04-26Remove last uses of array.h.nicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-11Style nits and line wrapping of function declarations.nicm
2015-12-11Add cmdq as an argument to format_create and add a format for thenicm
2015-12-08Remove format_create_flags and just pass flags to format_create.nicm
2015-11-18Use __unused rather than rolling our own.nicm
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm
2015-11-12Support UTF-8 key bindings by expanding the key type from int tonicm
2015-10-27Move struct options into options.c.nicm
2015-08-28Give clock mode its own timer.nicm
2015-06-05Similarly, for sessions use a callback to free rather than checkingnicm
2015-05-08window_choose_mode_item can move into window-choose.c.nicm
2015-05-07array.h can be local to window-choose.c now.nicm
2015-05-04Use the right index when expanding/collapsing tree, from Thomas Adam.nicm
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingnicm
2015-03-31Fix some format specifier nits, from Ben Boeckel.nicm
2015-02-05Wrap all the individual format_* calls in a single format_defaultsnicm
2015-01-15Remove an unnecessary variable and shorten a line.nicm
2014-11-30Remove dead code, from Thomas Adam.nicm
2014-10-22Fix some spacing nits.nicm
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.nicm
2014-05-08Instead of forcing mouse scroll to 1 in choose mode, scale it downnicm
2014-04-17Only scroll by one line at a time in choose mode, lists are generallynicm
2014-04-03Work out mouse scroll wheel effect when the mouse is first detected andnicm
2014-03-31Add start-of-list, end-of-list, top-line and bottom-line in choice mode,nicm
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm
2014-01-09Style and comment fixes from Tiago Cunha.nicm
2013-10-10choose-tree: Reset top when toggling itemsnicm
2013-04-22When using choose-tree -u, start with the current windowNicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-22Need to set clients in context before changing their reference count.Nicholas Marriott
2013-03-22Remove unnecessary initializers of cmd_ctx.Nicholas Marriott
2013-03-22Don't hang when clearing line in choose mode now that the cursor staysNicholas Marriott
2013-03-22No more lint means no more ARGSUSED.Nicholas Marriott