summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
AgeCommit message (Expand)Author
2019-05-12Add simple menus to tree, client, buffer modes.Nicholas Marriott
2019-05-12Remove menu_create_from_items, I thought I would use it for some laterNicholas Marriott
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandNicholas Marriott
2019-05-10Add a function to draw a simple menu onto a screen.Nicholas Marriott
2019-05-09Save mouse buttons as well as position.Nicholas Marriott
2019-05-09send-keys also needs to insert key commands in the right order.Nicholas Marriott
2019-05-08Add a flag to redraw only the overlay, and remove the overlay on resize.Nicholas Marriott
2019-05-07Move around the display-panes identify code to make it a bit moreNicholas Marriott
2019-05-07Treat keys in identify mode (display-panes) specially and handle themNicholas Marriott
2019-05-07Do not use evbuffer_add_buffer because it is destructive and doesn'tNicholas Marriott
2019-05-03Allow panes to be empty (no command), output can be piped to them withNicholas Marriott
2019-05-03Correct ordering when adding after an existing item.Nicholas Marriott
2019-05-03Instead of processing keys all together, put them up on the clientNicholas Marriott
2019-04-28Support multiple occurances of the same argument. Use this for a newNicholas Marriott
2019-04-26Merge hooks into options and make each one an array option. This allowsNicholas Marriott
2019-04-25Make options_tostring allocate its result instead of using a stackNicholas Marriott
2019-04-23Indicate an array option with a flag rather than a special type so thatNicholas Marriott
2019-04-17Break new window and pane creation common code from various commands andNicholas Marriott
2019-04-02Add an argument to copy commands to set the prefix for the buffer name,Nicholas Marriott
2019-04-02Store and restore cursor across reflow by working out a position basedNicholas Marriott
2019-03-25Add StatusDefault binding for the mouse on any otherwise unassignedNicholas Marriott
2019-03-20Improve cursor positioning after reflow by storing the position as anNicholas Marriott
2019-03-18The individual -fg, -bg and -attr options have been deprecated (inNicholas Marriott
2019-03-18Extend the #[] style syntax and use that together with previous formatNicholas Marriott
2019-03-18Add format variables for the default formats for the various modesNicholas Marriott
2019-03-18Make array options a sparse tree instead of an array of char * andNicholas Marriott
2019-03-16Use a pointer for the active screen in the status line instead ofNicholas Marriott
2019-03-16Tidy and rename some bits of status line code.Nicholas Marriott
2019-03-15Add a way to set individual defaults for an array option.Nicholas Marriott
2019-03-15Move status line free into its own function.Nicholas Marriott
2019-03-15Remove unused member of struct client.Nicholas Marriott
2019-03-15Add a -v flag to display-message to show verbose messages as the formatNicholas Marriott
2019-03-14Store the time in the format tree rather than passing it around.Nicholas Marriott
2019-03-14Add a wrapper (struct style) around styles rather than using theNicholas Marriott
2019-03-14Do not use const on struct window_pane, it causes more trouble than itNicholas Marriott
2019-03-12Set a flag on cells are genuinely empty (cleared and never written to)Nicholas Marriott
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basedNicholas Marriott
2019-03-12Fix HPA in origin mode.Nicholas Marriott
2019-03-12Fix resizing of control clients, should be ignored until SIZECHANGED flag set.Nicholas Marriott
2019-03-12Allow multiple modes to be open in a pane. A stack of open modes is keptNicholas Marriott
2019-03-12Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner.Nicholas Marriott
2019-03-08Make the mode used to view command output (a variant of copy mode) useNicholas Marriott
2019-03-07Add a separate mode struct for the active window mode if any.Nicholas Marriott
2019-03-07Make adding mode formats a function pointer as well.Nicholas Marriott
2019-02-16Use starting client cwd in config file, GitHub issue 1606.Nicholas Marriott
2018-12-18Pass window into mode functions.Nicholas Marriott
2018-11-22Do not use PWD unless it actually matches the real working directory.Nicholas Marriott
2018-10-25Add a "terminal" colour which can be used instead of "default" in styleNicholas Marriott
2018-10-18Support for windows larger than visible on the attached client. This hasNicholas Marriott
2018-10-18Support for extended underline styles on terminals which offer them,Nicholas Marriott