summaryrefslogtreecommitdiffstats
path: root/tmux.c
AgeCommit message (Expand)Author
2015-11-24Remove the -I part of show-messages which isn't really that useful; thenicm
2015-11-24Make the log stuff a bit tidier with some helper functions.nicm
2015-11-22Add getpw to pledge, makes tmux work in YP environments, discovered bynicm
2015-11-20Instead of separate tables for different types of options, give eachnicm
2015-11-15Accidentally turned off pledge, turn it back on.nicm
2015-11-14Push stdout and stderr to clients more aggressively, and add an event tonicm
2015-11-12tmux is UTF-8, so if $TMUX is set (tmux running in tmux), the client isnicm
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm
2015-11-11Drop mouse-utf8 option and always turn on UTF-8 mouse if the client saysnicm
2015-10-28Like options, move the environ struct into environ.c.nicm
2015-10-27Move struct options into options.c.nicm
2015-10-27Break the common process set up, event loop and imsg dispatch codenicm
2015-10-25Let's see if anyone screams about not being able to specify $TMPDIRderaadt
2015-10-23tmux can call pledge() in main with large set and then reduce itnicm
2015-09-14Move tzset() from log_open to main.nicm
2015-09-03A couple of style nits.nicm
2015-09-01Work out config file when needed not at startup.nicm
2015-08-30Path from $TMUX does not need to be global anymore.nicm
2015-08-30Login shell can be a client flag, and move the exec code into client.c.nicm
2015-08-30Event base does not need to be global.nicm
2015-08-30Some style nits and dead assignments.nicm
2015-07-20Add an option (history-file) for a file to save/restore command promptnicm
2015-06-04tweak SYNOPSIS and usage();jmc
2015-01-19Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR.nicm
2014-10-20Tidy up some includes.nicm
2014-04-17Remove the "info" message mechanism, this was only used for about fivenicm
2014-03-31Remove log_debug2 as well and simplify log.c.nicm
2014-02-16Leftovers from removing 88 colour support, from Theo Buehler.nicm
2014-01-15Do not attempt to read .tmux.conf if we can't figure out a homenicm
2014-01-09Three small changes from Tiago Cunha:nicm
2013-10-10We accidentally haven't been using $TMUX to work out the session for anicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10Merge IDENTIFY_* flags with CLIENT_* flags.nicm
2013-10-10Don't treat TMUX_TMPDIR as a potential filenicm
2013-10-05Fix previous not to leak fd on failure, whoops.nicm
2013-10-05Use open(".")/fchdir() to save and restore current directory rather thannicm
2013-04-24Rename global configuration define.Nicholas Marriott
2013-04-11Call setlocale(LC_TIME) at startup.Nicholas Marriott
2013-03-27Add TMUX_TMPDIR variable to put the socket directory outsideNicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2012-11-27Correctly aggregate together errors from nested config files (withNicholas Marriott
2012-11-26Call realpath earlier on the socket directory path rather than on theNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-06-18Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott
2012-05-30Do not use stderr for log file and don't call log_close when not needed.Nicholas Marriott
2012-05-25Simplify logging and just fprintf(stderr, ...) for early errors.Nicholas Marriott
2012-01-21Drop the ability to have a list of keys in the prefix in favour of twoNicholas Marriott
2011-10-23Try to resolve relative paths for loadb and saveb (first using clientNicholas Marriott
2011-10-23Ignore LC_ALL and LC_CTYPE if they are empty as well as unset.Nicholas Marriott