aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-13
* Add key-table option to set the default key table for a session, allowsnicm2015-12-12
* Allow prefix and prefix2 to be set to None to disable (useful if younicm2015-12-12
* Style nits and line wrapping of function declarations.nicm2015-12-11
* We cannot do hooks_find and then hooks_remove because it might have comenicm2015-12-11
* Add cmdq as an argument to format_create and add a format for thenicm2015-12-11
* Remove format_create_flags and just pass flags to format_create.nicm2015-12-08
* Spacing nits.nicm2015-12-08
* Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm2015-12-08
* Fix bell indicators across detach, reported by Torbjorn Lonnemark, diffnicm2015-12-07
* Do not set a limit on the length of commands when printing them.nicm2015-11-27
* Make environ_set va_args and use it to tidy up some calls. Also add anicm2015-11-24
* Shell command from -c doesn't have to be global, pass it as an argument.nicm2015-11-24
* Tidy the code that works out the socket path, and just use the full pathnicm2015-11-24
* Remove the -I part of show-messages which isn't really that useful; thenicm2015-11-24
* Make the log stuff a bit tidier with some helper functions.nicm2015-11-24
* Don't allow options in table without scope set.nicm2015-11-24
* Partly revert previous, it is harmless to keep support for UTF-8 mousenicm2015-11-23
* Remove support for the UTF-8 mouse extension. This was a briefly used,nicm2015-11-23
* Instead of separate tables for different types of options, give eachnicm2015-11-20
* Only assume pasting with at least two characters, reduces problems fornicm2015-11-19
* Use __unused rather than rolling our own.nicm2015-11-18
* Sync the entire xmalloc.[ch] with the other users, but with the additionnicm2015-11-18
* Make key_code unsigned long long not uint64_t which is more portable fornicm2015-11-15
* All these return values from utf8_* are confusing, use an enum.nicm2015-11-14
* Be more strict about invalid UTF-8.nicm2015-11-14
* Push stdout and stderr to clients more aggressively, and add an event tonicm2015-11-14
* Long overdue change to the way we store cells in the grid: now, insteadnicm2015-11-13
* Add utf8_padcstr and use it to align columns in list-keys.nicm2015-11-12
* Tidy utf8.c a little: build table on first use, and make utf8_width takenicm2015-11-12
* If we know the terminal outside tmux is not UTF-8, replace UTF-8 innicm2015-11-12
* Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm2015-11-12
* Support UTF-8 key bindings by expanding the key type from int tonicm2015-11-12
* The output log is only useful once and it means creating a file, so opennicm2015-10-31
* Because pledge(2) does not allow us to pass directory file descriptorsnicm2015-10-31
* Like options, move the environ struct into environ.c.nicm2015-10-28
* Move struct options into options.c.nicm2015-10-27
* Break the common process set up, event loop and imsg dispatch codenicm2015-10-27
* Extend the modifiers allowed before formats: as well as the existingnicm2015-10-25
* Format for scroll position, from Jorge Morante.nicm2015-10-23
* Pass current directory as a string rather than a file descriptor becausenicm2015-10-18
* Free the history when it is cleared, based on a diff from Carlo Cannas.nicm2015-09-25
* Rename cmd_q dead flag to a general flags bitmask (will be more flags later).nicm2015-09-16
* Style nit, int for flags not u_int.nicm2015-09-14
* When the active pane changes, redraw panes if the style hasnicm2015-09-14
* Make refresh-client force update of jobs, from Sina Siadat.nicm2015-09-14
* Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulnicm2015-09-13
* Merge delete-buffer into cmd-set-buffer.c and change the paste buffernicm2015-09-11
* Add session_last_attached time and format, from Sina Siadat.nicm2015-09-10
* A one line helper function is a little silly.nicm2015-09-02