summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-25Block the initial client if there is one until the configuration filenicm
2017-04-25Another test.Nicholas Marriott
2017-04-25Remove stuff from TODO.Nicholas Marriott
2017-04-25And another test.Nicholas Marriott
2017-04-25Merge branch 'obsd-master'Thomas Adam
2017-04-25And another.Nicholas Marriott
2017-04-25Try to start writing test scripts.Nicholas Marriott
2017-04-25if-shell doesn't need to queue its error message into a callback, and innicm
2017-04-23Merge branch 'obsd-master'Thomas Adam
2017-04-23Only use ED for clear screen if at the bottom, same as earlier fix tonicm
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-22Memory leak from David CARLIER.nicm
2017-04-22Do not need getopt.h.nicm
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-22Can't collect UTF-8 characters of more than one byte at the moment.nicm
2017-04-22new -A should use the session name.nicm
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store thenicm
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-22Mouse bindings and hooks set up an initial current state when running anicm
2017-04-22We need to collect UTF-8 characters so that width != 1 characters arenicm
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-22Fix if-shell without a client (so in the config file). Reported by Theonicm
2017-04-22Typo in example.nicm
2017-04-22Memory leaks, from David CARLIER.nicm
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-21Log error properly when no current state, and some other minor tweaks.nicm
2017-04-21Make sure cmd_find_from_* clear the state if they fail.nicm
2017-04-21Rename a variable.nicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21Clear shared state if not filling it in.nicm
2017-04-21Make the cmd_find_* functions more obvious when looking for a client,nicm
2017-04-21Key needs to be initialized to zero now it has flags in it.nicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21Style nits and an unused struct.nicm
2017-04-21Add cmd_find_from_winlink_pane and use it in a couple of places, andnicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21It is annoying that the copy mode key table (or any other key table)nicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21More unnecessary arguments now winlink points back to session.nicm
2017-04-21History needs to be loaded after config parsing is done - now thatnicm
2017-04-21Store state shared between multiple commands in the queue in a sharednicm
2017-04-21Do not run the config file in the context of the first client, insteadnicm
2017-04-21Fix after mergeThomas Adam
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21Typo; Daniel Hahler.Nicholas Marriott
2017-04-20Do not need getopt.h for getopt, from Eric N Vander Weele.Nicholas Marriott
2017-04-20Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2017-04-20getptmfd() and fdforkpty() compat.Nicholas Marriott
2017-04-20Use fdforkpty() instead of our own unwrapped versions.nicm