summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.c
AgeCommit message (Expand)Author
2016-12-09Spacing nits.Nicholas Marriott
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.Nicholas Marriott
2016-10-10Loads more static, except for cmd-*.c and window-*.c.Nicholas Marriott
2016-05-27Use getprogname() instead of __progname to make portability easier.Nicholas Marriott
2016-05-04Fix up a couple of long lines.Nicholas Marriott
2016-03-05If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8Nicholas Marriott
2016-03-05Although we always have en_US.UTF-8 on OpenBSD, some platforms do not,Nicholas Marriott
2016-03-01Remove unused variables, from Michal Mazurek.Nicholas Marriott
2016-03-01Use system wcwidth() instead of carrying around UTF-8 width tables.Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and aNicholas Marriott
2015-11-24Make environ_set va_args and use it to tidy up some calls. Also add aNicholas Marriott
2015-11-24Shell command from -c doesn't have to be global, pass it as an argument.Nicholas Marriott
2015-11-24Tidy the code that works out the socket path, and just use the full pathNicholas Marriott
2015-11-24Remove malloc_options DEBUG bit.Nicholas Marriott
2015-11-24Remove the -I part of show-messages which isn't really that useful; theNicholas Marriott
2015-11-24Make the log stuff a bit tidier with some helper functions.Nicholas Marriott
2015-11-22Add getpw to pledge, makes tmux work in YP environments, discovered byNicholas Marriott
2015-11-20Instead of separate tables for different types of options, give eachNicholas Marriott
2015-11-15Accidentally turned off pledge, turn it back on.Nicholas Marriott
2015-11-14Push stdout and stderr to clients more aggressively, and add an event toNicholas Marriott
2015-11-12tmux is UTF-8, so if $TMUX is set (tmux running in tmux), the client isNicholas Marriott
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8Nicholas Marriott
2015-11-11Drop mouse-utf8 option and always turn on UTF-8 mouse if the client saysNicholas Marriott
2015-10-28Like options, move the environ struct into environ.c.Nicholas Marriott
2015-10-27Move struct options into options.c.Nicholas Marriott
2015-10-27Break the common process set up, event loop and imsg dispatch codeNicholas Marriott
2015-10-25Let's see if anyone screams about not being able to specify $TMPDIRTheo de Raadt
2015-10-23tmux can call pledge() in main with large set and then reduce itNicholas Marriott
2015-09-14Move tzset() from log_open to main.Nicholas Marriott
2015-09-03A couple of style nits.Nicholas Marriott
2015-09-01Work out config file when needed not at startup.Nicholas Marriott
2015-08-30Path from $TMUX does not need to be global anymore.Nicholas Marriott
2015-08-30Login shell can be a client flag, and move the exec code into client.c.Nicholas Marriott
2015-08-30Event base does not need to be global.Nicholas Marriott
2015-08-30Some style nits and dead assignments.Nicholas Marriott
2015-07-20Add an option (history-file) for a file to save/restore command promptNicholas Marriott
2015-06-04tweak SYNOPSIS and usage();Jason McIntyre
2015-01-19Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR.Nicholas Marriott
2015-01-19Only care about other permissions, allow group to be set.Nicholas Marriott
2015-01-19Remove unnecessary duplicate S_ISDIR check, from Dmitri Paduchikh.Nicholas Marriott
2014-10-20Tidy up some includes.Nicholas Marriott
2014-04-17Remove the "info" message mechanism, this was only used for about fiveNicholas Marriott
2014-03-31Remove log_debug2 as well and simplify log.c.Nicholas Marriott
2014-02-16Leftovers from removing 88 colour support, from Theo Buehler.Nicholas Marriott
2014-01-15Do not attempt to read .tmux.conf if we can't figure out a homeNicholas Marriott
2014-01-09Three small changes from Tiago Cunha:Nicholas Marriott
2013-10-10We accidentally haven't been using $TMUX to work out the session for aNicholas Marriott
2013-10-10Alter how tmux handles the working directory to internally use fileNicholas Marriott
2013-10-10Merge IDENTIFY_* flags with CLIENT_* flags.Nicholas Marriott