summaryrefslogtreecommitdiffstats
path: root/tmux.c
AgeCommit message (Expand)Author
2016-03-05Although we always have en_US.UTF-8 on OpenBSD, some platforms do not,nicm
2016-03-02Merge branch 'obsd-master'Thomas Adam
2016-03-01Remove unused variables, from Michal Mazurek.nicm
2016-03-01Use system wcwidth() instead of carrying around UTF-8 width tables.nicm
2016-02-19Remove malloc_options debug bit (already gone from OpenBSD).Nicholas Marriott
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-08Conflicts:Thomas Adam
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm
2015-11-25Merge branch 'obsd-master'Thomas Adam
2015-11-24Make environ_set va_args and use it to tidy up some calls. Also add anicm
2015-11-24Shell command from -c doesn't have to be global, pass it as an argument.nicm
2015-11-24Tidy the code that works out the socket path, and just use the full pathnicm
2015-11-24Remove malloc_options DEBUG bit.nicm
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-23Merge branch 'obsd-master'Thomas Adam
2015-11-22Add getpw to pledge, makes tmux work in YP environments, discovered bynicm
2015-11-21Merge branch 'obsd-master'Thomas Adam
2015-11-20Instead of separate tables for different types of options, give eachnicm
2015-11-15Merge branch 'obsd-master'Thomas Adam
2015-11-15Accidentally turned off pledge, turn it back on.nicm
2015-11-14Merge branch 'obsd-master'Thomas Adam
2015-11-14Push stdout and stderr to clients more aggressively, and add an event tonicm
2015-11-12Merge branch 'obsd-master'Thomas Adam
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-12Merge branch 'obsd-master'Thomas Adam
2015-11-11Drop mouse-utf8 option and always turn on UTF-8 mouse if the client saysnicm
2015-10-28Merge branch 'obsd-master'Thomas Adam
2015-10-28Like options, move the environ struct into environ.c.nicm
2015-10-27Merge branch 'obsd-master'Thomas Adam
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-25__OpenBSD__ around pledge()Thomas Adam
2015-10-25Merge branch 'obsd-master'Thomas Adam
2015-10-25Merge branch 'obsd-master'Thomas Adam
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-10-15Some header fixes.Nicholas Marriott
2015-09-14Add missing <time.h>Thomas Adam
2015-09-14Merge branch 'obsd-master'Thomas Adam
2015-09-14Move tzset() from log_open to main.nicm
2015-09-10osdep_event_init not event_init.Nicholas Marriott
2015-09-06Merge branch 'obsd-master'Thomas Adam
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