summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2019-05-12Add simple menus to tree, client, buffer modes.nicm
2019-05-12Merge branch 'obsd-master'Thomas Adam
2019-05-12Remove menu_create_from_items, I thought I would use it for some laternicm
2019-05-10Merge branch 'obsd-master'Thomas Adam
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandnicm
2019-05-10Merge branch 'obsd-master'Thomas Adam
2019-05-10Add a function to draw a simple menu onto a screen.nicm
2019-05-09Merge branch 'obsd-master'Thomas Adam
2019-05-09Save mouse buttons as well as position.nicm
2019-05-09Merge branch 'obsd-master'Thomas Adam
2019-05-09send-keys also needs to insert key commands in the right order.nicm
2019-05-08Merge branch 'obsd-master'Thomas Adam
2019-05-08Add a flag to redraw only the overlay, and remove the overlay on resize.nicm
2019-05-07Merge branch 'obsd-master'Thomas Adam
2019-05-07Move around the display-panes identify code to make it a bit morenicm
2019-05-07Merge branch 'obsd-master'Thomas Adam
2019-05-07Treat keys in identify mode (display-panes) specially and handle themnicm
2019-05-07Do not use evbuffer_add_buffer because it is destructive and doesn'tnicm
2019-05-03Merge branch 'obsd-master'Thomas Adam
2019-05-03Allow panes to be empty (no command), output can be piped to them withnicm
2019-05-03Merge branch 'obsd-master'Thomas Adam
2019-05-03Correct ordering when adding after an existing item.nicm
2019-05-03Instead of processing keys all together, put them up on the clientnicm
2019-04-28Merge branch 'obsd-master'Thomas Adam
2019-04-28Support multiple occurances of the same argument. Use this for a newnicm
2019-04-27Merge branch 'obsd-master'Thomas Adam
2019-04-26Merge hooks into options and make each one an array option. This allowsnicm
2019-04-25Merge branch 'obsd-master'Thomas Adam
2019-04-25Make options_tostring allocate its result instead of using a stacknicm
2019-04-23Merge branch 'obsd-master'Thomas Adam
2019-04-23Indicate an array option with a flag rather than a special type so thatnicm
2019-04-17Break new window and pane creation common code from various commands andnicm
2019-04-07Break new window and pane creation common code from various commands andNicholas Marriott
2019-04-02Merge branch 'obsd-master'Thomas Adam
2019-04-02Add an argument to copy commands to set the prefix for the buffer name,nicm
2019-04-02Store and restore cursor across reflow by working out a position basednicm
2019-03-25Merge branch 'obsd-master'Thomas Adam
2019-03-25Add StatusDefault binding for the mouse on any otherwise unassignednicm
2019-03-20Merge branch 'obsd-master'Thomas Adam
2019-03-20Improve cursor positioning after reflow by storing the position as annicm
2019-03-19Merge branch 'obsd-master'Thomas Adam
2019-03-18The individual -fg, -bg and -attr options have been deprecated (innicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Add format variables for the default formats for the various modesnicm
2019-03-18Make array options a sparse tree instead of an array of char * andnicm
2019-03-16Use a pointer for the active screen in the status line instead ofnicm
2019-03-16Tidy and rename some bits of status line code.nicm