aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
| * Add support for overline (SGR 53), from Ricardo Banffy.nicm2019-05-13
* | Merge branch 'obsd-master'Thomas Adam2019-05-12
|\|
| * Add simple menus to tree, client, buffer modes.nicm2019-05-12
* | Merge branch 'obsd-master'Thomas Adam2019-05-12
|\|
| * Remove menu_create_from_items, I thought I would use it for some laternicm2019-05-12
* | Merge branch 'obsd-master'Thomas Adam2019-05-10
|\|
| * Add support for simple menus usable with mouse or keyboard. New commandnicm2019-05-10
* | Merge branch 'obsd-master'Thomas Adam2019-05-10
|\|
| * Add a function to draw a simple menu onto a screen.nicm2019-05-10
* | Merge branch 'obsd-master'Thomas Adam2019-05-09
|\|
| * Save mouse buttons as well as position.nicm2019-05-09
* | Merge branch 'obsd-master'Thomas Adam2019-05-09
|\|
| * send-keys also needs to insert key commands in the right order.nicm2019-05-09
* | Merge branch 'obsd-master'Thomas Adam2019-05-08
|\|
| * Add a flag to redraw only the overlay, and remove the overlay on resize.nicm2019-05-08
* | Merge branch 'obsd-master'Thomas Adam2019-05-07
|\|
| * Move around the display-panes identify code to make it a bit morenicm2019-05-07
* | Merge branch 'obsd-master'Thomas Adam2019-05-07
|\|
| * Treat keys in identify mode (display-panes) specially and handle themnicm2019-05-07
| * Do not use evbuffer_add_buffer because it is destructive and doesn'tnicm2019-05-07
* | Merge branch 'obsd-master'Thomas Adam2019-05-03
|\|
| * Allow panes to be empty (no command), output can be piped to them withnicm2019-05-03
* | Merge branch 'obsd-master'Thomas Adam2019-05-03
|\|
| * Correct ordering when adding after an existing item.nicm2019-05-03
| * Instead of processing keys all together, put them up on the clientnicm2019-05-03
* | Merge branch 'obsd-master'Thomas Adam2019-04-28
|\|
| * Support multiple occurances of the same argument. Use this for a newnicm2019-04-28
* | Merge branch 'obsd-master'Thomas Adam2019-04-27
|\|
| * Merge hooks into options and make each one an array option. This allowsnicm2019-04-26
* | Merge branch 'obsd-master'Thomas Adam2019-04-25
|\|
| * Make options_tostring allocate its result instead of using a stacknicm2019-04-25
* | Merge branch 'obsd-master'Thomas Adam2019-04-23
|\|
| * Indicate an array option with a flag rather than a special type so thatnicm2019-04-23
| * Break new window and pane creation common code from various commands andnicm2019-04-17
* | Break new window and pane creation common code from various commands andNicholas Marriott2019-04-07
* | Merge branch 'obsd-master'Thomas Adam2019-04-02
|\|
| * Add an argument to copy commands to set the prefix for the buffer name,nicm2019-04-02
| * Store and restore cursor across reflow by working out a position basednicm2019-04-02
* | Merge branch 'obsd-master'Thomas Adam2019-03-25
|\|
| * Add StatusDefault binding for the mouse on any otherwise unassignednicm2019-03-25
* | Merge branch 'obsd-master'Thomas Adam2019-03-20
|\|
| * Improve cursor positioning after reflow by storing the position as annicm2019-03-20
* | Merge branch 'obsd-master'Thomas Adam2019-03-19
|\|
| * The individual -fg, -bg and -attr options have been deprecated (innicm2019-03-18
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Extend the #[] style syntax and use that together with previous formatnicm2019-03-18
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Add format variables for the default formats for the various modesnicm2019-03-18
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Make array options a sparse tree instead of an array of char * andnicm2019-03-18