summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/window-choose.c
AgeCommit message (Expand)Author
2017-02-03Add a window or pane id "tag" to each format tree and use it to separateNicholas Marriott
2017-01-24Fixed keys for choose mode, and remove the last mode keys bits.Nicholas Marriott
2017-01-15It is silly for cmd_list_parse to return an integer error when it couldNicholas Marriott
2017-01-07Add support for the OSC 4 and OSC 104 palette setting escape sequences,Nicholas Marriott
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.Nicholas Marriott
2016-10-16Rewrite command queue handling. Each client still has a command queue,Nicholas Marriott
2016-10-13Add support for BCE (background colour erase). This makes various escapeNicholas Marriott
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.Nicholas Marriott
2016-10-11Fundamental change to how copy mode key bindings work:Nicholas Marriott
2016-09-12Allow repeat count to be specified in mode key tables with bind-key -R,Nicholas Marriott
2016-04-28memmove() the right size when expanding tree.Nicholas Marriott
2016-04-26Remove last uses of array.h.Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-12-11Style nits and line wrapping of function declarations.Nicholas Marriott
2015-12-11Add cmdq as an argument to format_create and add a format for theNicholas Marriott
2015-12-08Remove format_create_flags and just pass flags to format_create.Nicholas Marriott
2015-11-18Use __unused rather than rolling our own.Nicholas Marriott
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8Nicholas Marriott
2015-11-12Support UTF-8 key bindings by expanding the key type from int toNicholas Marriott
2015-10-27Move struct options into options.c.Nicholas Marriott
2015-08-28Give clock mode its own timer.Nicholas Marriott
2015-06-05Similarly, for sessions use a callback to free rather than checkingNicholas Marriott
2015-05-08window_choose_mode_item can move into window-choose.c.Nicholas Marriott
2015-05-07array.h can be local to window-choose.c now.Nicholas Marriott
2015-05-04Use the right index when expanding/collapsing tree, from Thomas Adam.Nicholas Marriott
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingNicholas Marriott
2015-03-31Fix some format specifier nits, from Ben Boeckel.Nicholas Marriott
2015-02-05Wrap all the individual format_* calls in a single format_defaultsNicholas Marriott
2015-01-15Remove an unnecessary variable and shorten a line.Nicholas Marriott
2014-11-30Remove dead code, from Thomas Adam.Nicholas Marriott
2014-10-22Fix some spacing nits.Nicholas Marriott
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.Nicholas Marriott
2014-05-08Instead of forcing mouse scroll to 1 in choose mode, scale it downNicholas Marriott
2014-04-17Only scroll by one line at a time in choose mode, lists are generallyNicholas Marriott
2014-04-03Work out mouse scroll wheel effect when the mouse is first detected andNicholas Marriott
2014-03-31Add start-of-list, end-of-list, top-line and bottom-line in choice mode,Nicholas Marriott
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}Nicholas Marriott
2014-01-09Style and comment fixes from Tiago Cunha.Nicholas Marriott
2013-10-10choose-tree: Reset top when toggling itemsNicholas Marriott
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-22Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott
2013-03-22Remove unnecessary initializers of cmd_ctx.Nicholas Marriott
2013-03-22Add functions to allocate and free command contexts rather than doing itNicholas 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
2013-03-21Do not crash when calling choose-tree with a command that changes the mode.Nicholas Marriott
2013-03-21No more need for freefn.Nicholas Marriott