Age | Commit message (Expand) | Author |
2024-10-02 | Add a define for the socket permissions check so it can be overridden | Nicholas Marriott |
2024-09-29 | Fix grey colour, from Magnus Gross. | Nicholas Marriott |
2024-05-15 | Use default-shell for command prompt #() and popups as well | Nicholas Marriott |
2023-04-17 | It seems silly to use progname for version, just always say tmux. | Nicholas Marriott |
2022-11-10 | - sort options; from josiah frentsos | Jason McIntyre |
2021-08-23 | Fix a few memory leaks. | Nicholas Marriott |
2021-07-06 | Improve error reporting when the tmux /tmp directory cannot be created | Nicholas Marriott |
2021-06-10 | Do not expand the file given with -f so it can contain :s. | Nicholas Marriott |
2021-02-22 | expand_paths needs the global environment to be set up, do that first. | Nicholas Marriott |
2021-02-22 | Move config file path expansion much earlier, keep the list of paths | Nicholas Marriott |
2021-01-17 | Add -N flag to never start server even if command would normally do so, | Nicholas Marriott |
2020-09-22 | Fix warnings on some platforms with %llx and add a new message to handle | Nicholas Marriott |
2020-06-02 | Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control | Nicholas Marriott |
2020-05-16 | Add a -D flag to ask tmux not to daemonize, useful both for running a | Nicholas Marriott |
2020-05-16 | Add 'e' key in buffer mode to open the buffer in an editor. | Nicholas Marriott |
2020-05-16 | Build list of paths and weed out duplicates before loading configs, and | Nicholas Marriott |
2020-04-20 | Tidy up the terminal detection and feature code and add named sets of | Nicholas Marriott |
2020-04-16 | Show signal name when process exits rather than number. | Nicholas Marriott |
2020-04-09 | More style nits. | Nicholas Marriott |
2020-03-31 | Add a way to mark environment variables as "hidden" so they can be used | Nicholas Marriott |
2020-03-17 | Ignore default-shell (and use /bin/sh) if it invalid not just if it is | Nicholas Marriott |
2020-03-12 | When the server socket is given by the user with -S, create it with | Nicholas Marriott |
2020-01-28 | -V also needs to go in usage. | Nicholas Marriott |
2020-01-28 | Reduce a difference with portable tmux by adding the -V flag and | Nicholas Marriott |
2019-10-14 | Memory leaks, from Igor Wong in GitHub issue 1934. | Nicholas Marriott |
2019-06-20 | Add a per-pane option set. Pane options inherit from window options (so | Nicholas Marriott |
2019-04-26 | Merge hooks into options and make each one an array option. This allows | Nicholas Marriott |
2018-11-22 | Do not use PWD unless it actually matches the real working directory. | Nicholas Marriott |
2018-01-12 | Improve error message if creating socket parent directory fails, from | Nicholas Marriott |
2018-01-01 | Prefer PWD for current directory if present in client, from Wei Zhao in | Nicholas Marriott |
2017-07-12 | Make shell_command a global like other stuff rather than making it an | Nicholas Marriott |
2017-07-03 | Try C.UTF-8 which is also a commonly useful locale on some platforms, | Nicholas Marriott |
2017-04-22 | Do not need getopt.h. | Nicholas Marriott |
2017-04-20 | Use fdforkpty() instead of our own unwrapped versions. | Nicholas Marriott |
2017-04-19 | Style nits and a missing cast. | Nicholas Marriott |
2017-04-16 | Memory leak, from David CARLIER. | Nicholas Marriott |
2017-03-21 | Use uid_t for UID not u_int. | Nicholas Marriott |
2017-02-16 | Style nits. | Nicholas Marriott |
2017-01-23 | Open /dev/ptm before pledge() and save it to be used for PTMGET later | Nicholas Marriott |
2017-01-15 | Major tidy up and rework of options tree and set-option/show-options | Nicholas Marriott |
2017-01-12 | Simplify appending to string options. | Nicholas Marriott |
2016-12-09 | Spacing nits. | Nicholas Marriott |
2016-10-11 | Add static in window-*.c and move some internal functions out of tmux.h. | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-05-27 | Use getprogname() instead of __progname to make portability easier. | Nicholas Marriott |
2016-05-04 | Fix up a couple of long lines. | Nicholas Marriott |
2016-03-05 | If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8 | Nicholas Marriott |
2016-03-05 | Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, | Nicholas Marriott |
2016-03-01 | Remove unused variables, from Michal Mazurek. | Nicholas Marriott |
2016-03-01 | Use system wcwidth() instead of carrying around UTF-8 width tables. | Nicholas Marriott |