| Commit message (Expand) | Author | Age |
| ... | |
| | * | Make the log stuff a bit tidier with some helper functions. | nicm | 2015-11-24 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-24 |
| |\| |
|
| | * | Don't allow options in table without scope set. | nicm | 2015-11-24 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-24 |
| |\| |
|
| | * | Partly revert previous, it is harmless to keep support for UTF-8 mouse | nicm | 2015-11-23 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-23 |
| |\| |
|
| | * | Remove support for the UTF-8 mouse extension. This was a briefly used, | nicm | 2015-11-23 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-21 |
| |\| |
|
| | * | Instead of separate tables for different types of options, give each | nicm | 2015-11-20 |
| | * | Only assume pasting with at least two characters, reduces problems for | nicm | 2015-11-19 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-18 |
| |\| |
|
| | * | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-18 |
| |\| |
|
| | * | Sync the entire xmalloc.[ch] with the other users, but with the addition | nicm | 2015-11-18 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-16 |
| |\| |
|
| | * | Make key_code unsigned long long not uint64_t which is more portable for | nicm | 2015-11-15 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-14 |
| |\| |
|
| | * | All these return values from utf8_* are confusing, use an enum. | nicm | 2015-11-14 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-14 |
| |\| |
|
| | * | Be more strict about invalid UTF-8. | nicm | 2015-11-14 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-14 |
| |\| |
|
| | * | Push stdout and stderr to clients more aggressively, and add an event to | nicm | 2015-11-14 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-13 |
| |\| |
|
| | * | Long overdue change to the way we store cells in the grid: now, instead | nicm | 2015-11-13 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-12 |
| |\| |
|
| | * | Add utf8_padcstr and use it to align columns in list-keys. | nicm | 2015-11-12 |
| | * | Tidy utf8.c a little: build table on first use, and make utf8_width take | nicm | 2015-11-12 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-12 |
| |\| |
|
| | * | If we know the terminal outside tmux is not UTF-8, replace UTF-8 in | nicm | 2015-11-12 |
| | * | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | nicm | 2015-11-12 |
| | * | Support UTF-8 key bindings by expanding the key type from int to | nicm | 2015-11-12 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-31 |
| |\| |
|
| | * | The output log is only useful once and it means creating a file, so open | nicm | 2015-10-31 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-31 |
| |\| |
|
| | * | Because pledge(2) does not allow us to pass directory file descriptors | nicm | 2015-10-31 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-28 |
| |\| |
|
| | * | Like options, move the environ struct into environ.c. | nicm | 2015-10-28 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-27 |
| |\| |
|
| | * | Move struct options into options.c. | nicm | 2015-10-27 |
| | * | Break the common process set up, event loop and imsg dispatch code | nicm | 2015-10-27 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-26 |
| |\| |
|
| | * | Extend the modifiers allowed before formats: as well as the existing | nicm | 2015-10-25 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-25 |
| |\| |
|
| | * | Format for scroll position, from Jorge Morante. | nicm | 2015-10-23 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-18 |
| |\| |
|
| | * | Pass current directory as a string rather than a file descriptor because | nicm | 2015-10-18 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-25 |
| |\| |
|
| | * | Free the history when it is cleared, based on a diff from Carlo Cannas. | nicm | 2015-09-25 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-17 |
| |\| |
|
| | * | Rename cmd_q dead flag to a general flags bitmask (will be more flags later). | nicm | 2015-09-16 |