Age | Commit message (Expand) | Author |
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 |
2015-08-30 | Event base does not need to be global. | Nicholas Marriott |
2015-08-29 | Remove some old prototypes and unused functions. | Nicholas Marriott |
2015-08-29 | struct args_entry can go into arguments.c. | Nicholas Marriott |
2015-08-29 | paste_send_pane can be merged into cmd-paste-buffer.c now. | Nicholas Marriott |
2015-08-29 | Move struct paste_buffer out of tmux.h. | Nicholas Marriott |
2015-08-29 | Move alerts onto events rather than checking every loop. | Nicholas Marriott |
2015-08-29 | Better take on reducing the name timer. Again check for name changes in | Nicholas Marriott |
2015-08-28 | Revert previous; we do need a timer, until I have a better idea. We | Nicholas Marriott |
2015-08-28 | We now only checking for name changes when the active pane has changed, | Nicholas Marriott |
2015-08-28 | Per-session timers for locking, and remove the global one-second timer. | Nicholas Marriott |
2015-08-28 | Make session_update_activity more useful and use it in more places. | Nicholas Marriott |