summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
AgeCommit message (Expand)Author
2019-07-06Correctly clear underscore colour in grid_get_cell1, also fix structNicholas Marriott
2019-07-01Add a "fill" style attribute to clear the entire format drawing area inNicholas Marriott
2019-06-30Do not double free window if pane fails to start.Nicholas Marriott
2019-06-27Add support for underscore colours with Setulc capability, mostly fromNicholas Marriott
2019-06-26Add #define for the pane status line option position numbers.Nicholas Marriott
2019-06-20Add a per-pane option set. Pane options inherit from window options (soNicholas Marriott
2019-06-20Add a helper function to work out option table from name.Nicholas Marriott
2019-06-18Add a cmdq_continue function rather than twiddling the flag directly.Nicholas Marriott
2019-06-13Add regular expression support for the format search, match andNicholas Marriott
2019-06-07Do not load the config file if the server is exiting because it failedNicholas Marriott
2019-06-05Add a -v flag to source-file to show the commands and line numbers.Nicholas Marriott
2019-06-03Add new-session -X and attach-session -x to send SIGHUP to parent whenNicholas Marriott
2019-05-28Change display-menu from taking a single string to a set of arguments,Nicholas Marriott
2019-05-26Add formats for word and line under the mouse and use them to add someNicholas Marriott
2019-05-25Merge cmd_list_parse into cmd-parse.y so it can use the new aliasNicholas Marriott
2019-05-25Make cmd_log_argv take a printf-like format for the prefix.Nicholas Marriott
2019-05-23Break the argument escaping code into a separate function and use it toNicholas Marriott
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singleNicholas Marriott
2019-05-20Fix ordering of source-file with multiple files and add flags to load_cfg.Nicholas Marriott
2019-05-20Replace the various identical error callbacks with a single one in cmd-queue.c.Nicholas Marriott
2019-05-18Move the single command flag (CMD_CONTROL) into the shared flags.Nicholas Marriott
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.Nicholas Marriott
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