summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-26Merge branch 'obsd-master'Thomas Adam
2019-05-26Add a way to append or prepend to a format if the length has been limited.nicm
2019-05-26Merge branch 'obsd-master'Thomas Adam
2019-05-26Some other platforms doesn't support fmemopen(3) (not unexpectedly), sonicm
2019-05-25Merge branch 'master' of github.com:ThomasAdam/tmuxThomas Adam
2019-05-25Merge branch 'obsd-master'Thomas Adam
2019-05-25Add <, >, <=, >= for formats, GitHub issue 1747.nicm
2019-05-25Client name can actually be NULL, so use address in that case.nicm
2019-05-25Use client name when logging command queue.nicm
2019-05-25Merge cmd_list_parse into cmd-parse.y so it can use the new aliasnicm
2019-05-25Fix error handling in if-shell.nicm
2019-05-25Fix up regress test.Nicholas Marriott
2019-05-25Make cmd_log_argv take a printf-like format for the prefix.nicm
2019-05-23unbreak build, okay nicm@espie
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-23Fix line numbers - commands are added after the line ends so they need tonicm
2019-05-23Use the same argument escaping code for options as well.nicm
2019-05-23Mention \.Nicholas Marriott
2019-05-23Environment variables can start with { also.nicm
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-23Fix drawing of status-right when it is aligned to the centre, GitHubnicm
2019-05-23Tweak text.Nicholas Marriott
2019-05-23CHANGES: remove note to packagersThomas Adam
2019-05-23CHANGES: remove note to packagersThomas Adam
2019-05-23Don't remove group items for group 0 (no group).nicm
2019-05-23Fix length calculation for pasting UTF-8 characters in the status line,nicm
2019-05-23CHANGES: mention yaccThomas Adam
2019-05-23CHANGES: mention yaccThomas Adam
2019-05-23Remove duplicate.Nicholas Marriott
2019-05-23Add yacc(1) bits.Nicholas Marriott
2019-05-23Break the argument escaping code into a separate function and use it tonicm
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-23Don't remove group items for group 0 (no group).nicm
2019-05-23Fix length calculation for pasting UTF-8 characters in the status line,nicm
2019-05-23Remove duplicate.Nicholas Marriott
2019-05-23configure.ac: add AC_PROC_YACCThomas Adam
2019-05-23TRAVIS: add bison to build depsThomas Adam
2019-05-23configure.ac: add AC_PROC_YACCThomas Adam
2019-05-23TRAVIS: add bison to build depsThomas Adam
2019-05-23Add yacc(1) bits.Nicholas Marriott
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm
2019-05-23Add a config.Nicholas Marriott
2019-05-22Merge branch 'obsd-master'Thomas Adam
2019-05-22Fix crash if window doesn't exist, GitHub issue 1751.nicm
2019-05-22Another config.Nicholas Marriott
2019-05-22Add a test config.Nicholas Marriott
2019-05-22Two more configs.Nicholas Marriott
2019-05-21Another.Nicholas Marriott
2019-05-21More configsThomas Adam