aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* Break the argument escaping code into a separate function and use it tonicm2019-05-23
* Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm2019-05-23
* Fix ordering of source-file with multiple files and add flags to load_cfg.nicm2019-05-20
* Replace the various identical error callbacks with a single one in cmd-queue.c.nicm2019-05-20
* Move the single command flag (CMD_CONTROL) into the shared flags.nicm2019-05-18
* Add support for overline (SGR 53), from Ricardo Banffy.nicm2019-05-13
* Add simple menus to tree, client, buffer modes.nicm2019-05-12
* Remove menu_create_from_items, I thought I would use it for some laternicm2019-05-12
* Add support for simple menus usable with mouse or keyboard. New commandnicm2019-05-10
* Add a function to draw a simple menu onto a screen.nicm2019-05-10
* Save mouse buttons as well as position.nicm2019-05-09
* send-keys also needs to insert key commands in the right order.nicm2019-05-09
* Add a flag to redraw only the overlay, and remove the overlay on resize.nicm2019-05-08
* Move around the display-panes identify code to make it a bit morenicm2019-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
* Allow panes to be empty (no command), output can be piped to them withnicm2019-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
* Support multiple occurances of the same argument. Use this for a newnicm2019-04-28
* Merge hooks into options and make each one an array option. This allowsnicm2019-04-26
* Make options_tostring allocate its result instead of using a stacknicm2019-04-25
* 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
* 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
* Add StatusDefault binding for the mouse on any otherwise unassignednicm2019-03-25
* Improve cursor positioning after reflow by storing the position as annicm2019-03-20
* The individual -fg, -bg and -attr options have been deprecated (innicm2019-03-18
* Extend the #[] style syntax and use that together with previous formatnicm2019-03-18
* Add format variables for the default formats for the various modesnicm2019-03-18
* Make array options a sparse tree instead of an array of char * andnicm2019-03-18
* Use a pointer for the active screen in the status line instead ofnicm2019-03-16
* Tidy and rename some bits of status line code.nicm2019-03-16
* Add a way to set individual defaults for an array option.nicm2019-03-15
* Move status line free into its own function.nicm2019-03-15
* Remove unused member of struct client.nicm2019-03-15
* Add a -v flag to display-message to show verbose messages as the formatnicm2019-03-15
* Store the time in the format tree rather than passing it around.nicm2019-03-14
* Add a wrapper (struct style) around styles rather than using thenicm2019-03-14
* Set a flag on cells are genuinely empty (cleared and never written to)nicm2019-03-12
* DECRC and DECSC apparently need to preserve origin mode as well, basednicm2019-03-12
* Fix HPA in origin mode.nicm2019-03-12
* Fix resizing of control clients, should be ignored until SIZECHANGED flag set.nicm2019-03-12
* Allow multiple modes to be open in a pane. A stack of open modes is keptnicm2019-03-12
* Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner.nicm2019-03-12
* Make the mode used to view command output (a variant of copy mode) usenicm2019-03-08
* Add a separate mode struct for the active window mode if any.nicm2019-03-07
* Make adding mode formats a function pointer as well.nicm2019-03-07
* Use starting client cwd in config file, GitHub issue 1606.nicm2019-02-16