summaryrefslogtreecommitdiffstats
path: root/tmux.c
AgeCommit message (Expand)Author
2023-04-27Merge branch 'obsd-master'Thomas Adam
2023-04-17It seems silly to use progname for version, just always say tmux.nicm
2022-11-11Merge branch 'obsd-master'Thomas Adam
2022-11-10- sort options; from josiah frentsosjmc
2022-04-06Some style nits.Nicholas Marriott
2021-08-23Merge branch 'obsd-master' into masterThomas Adam
2021-08-23Fix a few memory leaks.nicm
2021-07-06Merge branch 'obsd-master' into masterThomas Adam
2021-07-06Improve error reporting when the tmux /tmp directory cannot be creatednicm
2021-06-10Do not expand the file given with -f so it can contain :s.nicm
2021-05-10Do not expand the file given with -f so it can contain :s.Nicholas Marriott
2021-02-22Merge branch 'obsd-master' into masterThomas Adam
2021-02-22expand_paths needs the global environment to be set up, do that first.nicm
2021-02-22Merge branch 'obsd-master' into masterThomas Adam
2021-02-22Move config file path expansion much earlier, keep the list of pathsnicm
2021-01-17Merge branch 'obsd-master' into masterThomas Adam
2021-01-17Look for libevent2 differently from libevent for platforms with both.Nicholas Marriott
2021-01-17Add -N flag to never start server even if command would normally do so,nicm
2020-09-22Merge branch 'obsd-master'Thomas Adam
2020-09-22Fix warnings on some platforms with %llx and add a new message to handlenicm
2020-06-02Merge branch 'obsd-master'Thomas Adam
2020-06-02Use CLOCK_MONOTONIC for timer measurement and add a timestamp to controlnicm
2020-05-16Add a -D flag to ask tmux not to daemonize, useful both for running anicm
2020-05-16Add 'e' key in buffer mode to open the buffer in an editor.nicm
2020-05-16Build list of paths and weed out duplicates before loading configs, andnicm
2020-05-10Add a -D flag to ask tmux not to daemonize, useful both for running a debuggerNicholas Marriott
2020-05-01Add 'e' key in buffer mode to open the buffer in an editor.Nicholas Marriott
2020-04-23Add TMUX_SOCK like TMUX_PATH for the socket directory.Nicholas Marriott
2020-04-23Build list of paths and weed out duplicates before loading configs.Nicholas Marriott
2020-04-22Call the event_init wrapper again.Nicholas Marriott
2020-04-20Merge branch 'obsd-master'Thomas Adam
2020-04-20Tidy up the terminal detection and feature code and add named sets ofnicm
2020-04-16Check for sys_signame.Nicholas Marriott
2020-04-16Merge branch 'obsd-master'Thomas Adam
2020-04-16Show signal name when process exits rather than number.nicm
2020-04-09More style nits.nicm
2020-03-31Merge branch 'obsd-master'Thomas Adam
2020-03-31Add a way to mark environment variables as "hidden" so they can be usednicm
2020-03-17Merge branch 'obsd-master'Thomas Adam
2020-03-17Ignore default-shell (and use /bin/sh) if it invalid not just if it isnicm
2020-03-12Merge branch 'obsd-master'Thomas Adam
2020-03-12When the server socket is given by the user with -S, create it withnicm
2020-01-28-V also needs to go in usage.nicm
2020-01-28Fix for version changes.Nicholas Marriott
2020-01-28Merge branch 'obsd-master'Thomas Adam
2020-01-28Reduce a difference with portable tmux by adding the -V flag andnicm
2019-10-14Merge branch 'obsd-master'Thomas Adam
2019-10-14Memory leaks, from Igor Wong in GitHub issue 1934.nicm
2019-06-20Merge branch 'obsd-master'Thomas Adam
2019-06-20Add a per-pane option set. Pane options inherit from window options (sonicm