Age | Commit message (Expand) | Author |
2015-12-08 | Spacing nits. | Nicholas Marriott |
2015-12-08 | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | Nicholas Marriott |
2015-12-07 | Fix bell indicators across detach, reported by Torbjorn Lonnemark, diff | Nicholas Marriott |
2015-11-27 | Do not set a limit on the length of commands when printing them. | Nicholas Marriott |
2015-11-24 | Make environ_set va_args and use it to tidy up some calls. Also add a | Nicholas Marriott |
2015-11-24 | Shell command from -c doesn't have to be global, pass it as an argument. | Nicholas Marriott |
2015-11-24 | Tidy the code that works out the socket path, and just use the full path | Nicholas Marriott |
2015-11-24 | Remove the -I part of show-messages which isn't really that useful; the | Nicholas Marriott |
2015-11-24 | Make the log stuff a bit tidier with some helper functions. | Nicholas Marriott |
2015-11-24 | Don't allow options in table without scope set. | Nicholas Marriott |
2015-11-23 | Partly revert previous, it is harmless to keep support for UTF-8 mouse | Nicholas Marriott |
2015-11-23 | Remove support for the UTF-8 mouse extension. This was a briefly used, | Nicholas Marriott |
2015-11-20 | Instead of separate tables for different types of options, give each | Nicholas Marriott |
2015-11-19 | Only assume pasting with at least two characters, reduces problems for | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-18 | Sync the entire xmalloc.[ch] with the other users, but with the addition | Nicholas Marriott |
2015-11-15 | Make key_code unsigned long long not uint64_t which is more portable for | Nicholas Marriott |
2015-11-14 | All these return values from utf8_* are confusing, use an enum. | Nicholas Marriott |
2015-11-14 | Be more strict about invalid UTF-8. | Nicholas Marriott |
2015-11-14 | Push stdout and stderr to clients more aggressively, and add an event to | Nicholas Marriott |
2015-11-13 | Long overdue change to the way we store cells in the grid: now, instead | Nicholas Marriott |
2015-11-12 | Add utf8_padcstr and use it to align columns in list-keys. | Nicholas Marriott |
2015-11-12 | Tidy utf8.c a little: build table on first use, and make utf8_width take | Nicholas Marriott |
2015-11-12 | If we know the terminal outside tmux is not UTF-8, replace UTF-8 in | Nicholas Marriott |
2015-11-12 | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | Nicholas Marriott |
2015-11-12 | Support UTF-8 key bindings by expanding the key type from int to | Nicholas Marriott |
2015-10-31 | The output log is only useful once and it means creating a file, so open | Nicholas Marriott |
2015-10-31 | Because pledge(2) does not allow us to pass directory file descriptors | Nicholas Marriott |
2015-10-28 | Like options, move the environ struct into environ.c. | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-10-27 | Break the common process set up, event loop and imsg dispatch code | Nicholas Marriott |
2015-10-25 | Extend the modifiers allowed before formats: as well as the existing | Nicholas Marriott |
2015-10-23 | Format for scroll position, from Jorge Morante. | Nicholas Marriott |
2015-10-18 | Pass current directory as a string rather than a file descriptor because | Nicholas Marriott |
2015-09-25 | Free the history when it is cleared, based on a diff from Carlo Cannas. | Nicholas Marriott |
2015-09-16 | Rename cmd_q dead flag to a general flags bitmask (will be more flags later). | Nicholas Marriott |
2015-09-14 | Style nit, int for flags not u_int. | Nicholas Marriott |
2015-09-14 | When the active pane changes, redraw panes if the style has | Nicholas Marriott |
2015-09-14 | Make refresh-client force update of jobs, from Sina Siadat. | Nicholas Marriott |
2015-09-13 | Add copy-mode -e to exit copy mode when scrolling off the bottom, useful | Nicholas Marriott |
2015-09-11 | Merge delete-buffer into cmd-set-buffer.c and change the paste buffer | Nicholas Marriott |
2015-09-10 | Add session_last_attached time and format, from Sina Siadat. | Nicholas Marriott |
2015-09-02 | A one line helper function is a little silly. | Nicholas Marriott |
2015-09-02 | We no longer need the terminal service class, so don't bother asking for it. | Nicholas Marriott |
2015-09-01 | Remove dead_clients which is no longer used. | Nicholas Marriott |
2015-09-01 | Work out config file when needed not at startup. | Nicholas Marriott |
2015-09-01 | Move initial conf load into cfg.c. | Nicholas Marriott |
2015-09-01 | All the cmd_*_entry declarations do not need to be in tmux.h. | Nicholas Marriott |
2015-08-30 | Path from $TMUX does not need to be global anymore. | Nicholas Marriott |
2015-08-30 | Login shell can be a client flag, and move the exec code into client.c. | Nicholas Marriott |