Age | Commit message (Expand) | Author |
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-30 | Drop leading, internal, and trailing blank characters in \o (overstrike) | Ingo Schwarze |
2015-08-30 | Ignore setuid/setgid settings from a compress/gzip file; original CSRG | Theo de Raadt |
2015-08-30 | If an .Fo macro lacks its mandatory argument, don't die on an assertion. | Ingo Schwarze |
2015-08-30 | Some style nits and dead assignments. | Nicholas Marriott |
2015-08-29 | Remove some old prototypes and unused functions. | Nicholas Marriott |
2015-08-29 | If we have to reparse the text line because we spring an input line trap, | Ingo Schwarze |
2015-08-29 | struct args_entry can go into arguments.c. | Nicholas Marriott |
2015-08-29 | Parse and ignore the escape sequences \, and \/ (italic corrections). | Ingo Schwarze |
2015-08-29 | Implement the escape sequence \\$*, expanding to all arguments | Ingo Schwarze |
2015-08-29 | Minimal implementation of the read-only number register \n(.$ | Ingo Schwarze |
2015-08-29 | Portability: including <ohash.h> requires including <stdint.h> before. | Ingo Schwarze |
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 | We already loop over the windows in server_client_loop, so don't do it | Nicholas Marriott |
2015-08-29 | Move alerts onto events rather than checking every loop. | Nicholas Marriott |
2015-08-29 | Treat entering or leaving a mode as pane changed. | Nicholas Marriott |
2015-08-29 | Better take on reducing the name timer. Again check for name changes in | Nicholas Marriott |
2015-08-29 | Microseconds in log time. | Nicholas Marriott |
2015-08-28 | Only set default title to hostname on screens that are being used for a | Nicholas Marriott |
2015-08-28 | Make a few more expensive (ish) formats functions instead of inline. | Nicholas Marriott |
2015-08-28 | Allow formats to be specified as functions (in the code) so they are | 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 | Check changed flag after restarting timer. | Nicholas Marriott |
2015-08-28 | Remove unused prototypes. | Nicholas Marriott |
2015-08-28 | Document an example that lets root run unrestricted doas commands as | Reyk Floeter |
2015-08-28 | Don't leak name when freeing session, from Kuang-che Wu. | 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 |
2015-08-28 | Remove the lock-server option which is a bit redundant, it isn't that | Nicholas Marriott |
2015-08-28 | Give clock mode its own timer. | Nicholas Marriott |
2015-08-28 | Run status update on a per-client timer at status-interval. | Nicholas Marriott |
2015-08-28 | Log time with message. | Nicholas Marriott |
2015-08-28 | Move format job cleanup onto its own timer. | Nicholas Marriott |
2015-08-28 | Allow environment variables in #{}. | Nicholas Marriott |
2015-08-28 | Error messages should not have a trailing period. | Nicholas Marriott |
2015-08-28 | Only do the automatic-rename dance if the pane has changed (seen output, | Nicholas Marriott |
2015-08-27 | add a type of "auth-doas" to the perm check to allow login.conf fiddling | Ted Unangst |
2015-08-27 | backout previous for now, as it causes me portability problems | Alexandre Ratchov |
2015-08-27 | fix typos in comments and error messages | Alexandre Ratchov |
2015-08-27 | Allow sparse blocks to be used as silence if samples are encoded | Alexandre Ratchov |
2015-08-27 | use strtonum to parse the number of lines of context. | David Gwynne |
2015-08-25 | When searching for tabs, start from screen width, fixes out-of-bounds | Nicholas Marriott |
2015-08-24 | In grid_duplicate_lines, if the line is empty (cellsize == 0) then clear | Nicholas Marriott |
2015-08-24 | Document clear(1) a bit more prominently. | Jeremie Courreges-Anglas |
2015-08-24 | Remove obsolete fields in struct unpcb. In the past they were used | Alexander Bluhm |
2015-08-23 | Need to permit kbind in this sandbox too | Philip Guenther |
2015-08-22 | Remove all duplicate prototypes for *_main functions (these are already | Joel Sing |