aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
| * Make the log stuff a bit tidier with some helper functions.nicm2015-11-24
* | Merge branch 'obsd-master'Thomas Adam2015-11-24
|\|
| * Don't allow options in table without scope set.nicm2015-11-24
* | Merge branch 'obsd-master'Thomas Adam2015-11-24
|\|
| * Partly revert previous, it is harmless to keep support for UTF-8 mousenicm2015-11-23
* | Merge branch 'obsd-master'Thomas Adam2015-11-23
|\|
| * Remove support for the UTF-8 mouse extension. This was a briefly used,nicm2015-11-23
* | Merge branch 'obsd-master'Thomas Adam2015-11-21
|\|
| * 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
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Use __unused rather than rolling our own.nicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Sync the entire xmalloc.[ch] with the other users, but with the additionnicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-11-16
|\|
| * Make key_code unsigned long long not uint64_t which is more portable fornicm2015-11-15
* | Merge branch 'obsd-master'Thomas Adam2015-11-14
|\|
| * All these return values from utf8_* are confusing, use an enum.nicm2015-11-14
* | Merge branch 'obsd-master'Thomas Adam2015-11-14
|\|
| * Be more strict about invalid UTF-8.nicm2015-11-14
* | Merge branch 'obsd-master'Thomas Adam2015-11-14
|\|
| * Push stdout and stderr to clients more aggressively, and add an event tonicm2015-11-14
* | Merge branch 'obsd-master'Thomas Adam2015-11-13
|\|
| * Long overdue change to the way we store cells in the grid: now, insteadnicm2015-11-13
* | Merge branch 'obsd-master'Thomas Adam2015-11-12
|\|
| * 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
* | Merge branch 'obsd-master'Thomas Adam2015-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
* | Merge branch 'obsd-master'Thomas Adam2015-10-31
|\|
| * The output log is only useful once and it means creating a file, so opennicm2015-10-31
* | Merge branch 'obsd-master'Thomas Adam2015-10-31
|\|
| * Because pledge(2) does not allow us to pass directory file descriptorsnicm2015-10-31
* | Merge branch 'obsd-master'Thomas Adam2015-10-28
|\|
| * Like options, move the environ struct into environ.c.nicm2015-10-28
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\|
| * Move struct options into options.c.nicm2015-10-27
| * Break the common process set up, event loop and imsg dispatch codenicm2015-10-27
* | Merge branch 'obsd-master'Thomas Adam2015-10-26
|\|
| * Extend the modifiers allowed before formats: as well as the existingnicm2015-10-25
* | Merge branch 'obsd-master'Thomas Adam2015-10-25
|\|
| * Format for scroll position, from Jorge Morante.nicm2015-10-23
* | Merge branch 'obsd-master'Thomas Adam2015-10-18
|\|
| * Pass current directory as a string rather than a file descriptor becausenicm2015-10-18
* | Merge branch 'obsd-master'Thomas Adam2015-09-25
|\|
| * Free the history when it is cleared, based on a diff from Carlo Cannas.nicm2015-09-25
* | Merge branch 'obsd-master'Thomas Adam2015-09-17
|\|
| * Rename cmd_q dead flag to a general flags bitmask (will be more flags later).nicm2015-09-16