- 748633c Remove a stray abort. by Nicholas Marriott · 5 years ago
- 08f5541 Remove cmd-list.c line in master. by Nicholas Marriott · 5 years ago
- 9ae6589 Do not loop forever if a menu item contains invisible characters, by nicm · 5 years ago
- c22470b 3.0-rc3. by Nicholas Marriott · 5 years ago 3.0
- 31cb958 #{ is no longer special. by Nicholas Marriott · 5 years ago
- 52b8274 Do not crash if the environment variable is present but empty. by nicm · 5 years ago
- a924694 Use the right client when working out where to save or load the buffer, by nicm · 5 years ago
- 0a94dbe A couple of minor parser changes around conditions: 1) only treat #{ by nicm · 5 years ago
- ebc9dcb Add a bit to {}. by Nicholas Marriott · 5 years ago
- f31847d Improve description of #{. by Nicholas Marriott · 5 years ago
- e337c1b Do not try to parse command when unsetting, GitHub issue 1788. by nicm · 5 years ago
- db5a7c1 Need to increment the argument to skip the prefix earlier, fixes by nicm · 5 years ago
- 53914e5 RC2. by Nicholas Marriott · 5 years ago
- e252984 If only one of -x or -y is given, use the calculated size for the by Nicholas Marriott · 5 years ago
- 17bc11b yacc(1) copies its union so it is not a good place to store by nicm · 5 years ago
- 1a3a973 Allow % strings that are all numbers or %s, and fix a double free. Both by nicm · 5 years ago
- e4eec92 No longer need to reduce line number by one. by nicm · 5 years ago
- 75d112c The line number needs to be updated only after the \n is processed by by nicm · 5 years ago
- a05c3a7 Add command order test. by Nicholas Marriott · 5 years ago
- 47795d1 Update .travis.yml from master. by Nicholas Marriott · 5 years ago
- 7cdb1cf as -> and. by Nicholas Marriott · 5 years ago
- 8827b7f Tweak {} text. by Nicholas Marriott · 5 years ago
- 7eeb479 Do not read past the end of the argument string if it is empty. by nicm · 5 years ago
- 8d13723 Redraw status line if size changes, GitHub issue 1762. Also fix length by nicm · 5 years ago
- 05d0741 3.0-rc. by Nicholas Marriott · 5 years ago
- b836050 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- a062650 Tweak menu option. by Nicholas Marriott · 5 years ago
- f012db9 Add regress for conf files. by Nicholas Marriott · 5 years ago
- 299d4f3 Exit 1 correctly if source-file fails. by nicm · 5 years ago
- eba6cf6 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 0ec4106 Allow source-file to take multiple arguments. by nicm · 5 years ago
- e0fd295 Change the default right click pane to open the menu if not in a mode by nicm · 5 years ago
- 99a8469 Add key bindings to open the window and pane menus (C-m and M-m for now). by nicm · 5 years ago
- 1225541 Allow menu items to be disabled by putting a - at the start of their by nicm · 5 years ago
- c0116b2 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 799a154 Change display-menu from taking a single string to a set of arguments, by nicm · 5 years ago
- 793f4d8 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 90cd045 Clarify newlines inside {} a little. by nicm · 5 years ago
- 94f6488 Go less crazy with horizontal separators on default menus. by nicm · 5 years ago
- d4bf4bd Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 522d1bd Add. by Nicholas Marriott · 5 years ago
- a21de4c Mention <><=>=. by Nicholas Marriott · 5 years ago
- 714311a Add {}. by Nicholas Marriott · 5 years ago
- 9f0904c Remove unused fparseln compat code. by Nicholas Marriott · 5 years ago
- ae3eba6 Fix crash when killing the current window, reported by Jesus Rafael by nicm · 5 years ago
- 6b33212 Add an additional {} syntax for defining strings in the configuration by nicm · 5 years ago
- bd40d70 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 65e5e14 Fix the intended ordering of items in buffer mode - it should not always by nicm · 5 years ago
- 103e44d Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 097973e Add keys for new menu items. by nicm · 5 years ago
- 5fef946 Always redraw overlay if it is on (so status line doesn't redraw over it). by nicm · 5 years ago
- 023c2c5 Do not accept choice unless mouse has actually moved before. by nicm · 5 years ago
- e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 5 years ago
- 2e84d1c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 6431005 Add a way to append or prepend to a format if the length has been limited. by nicm · 6 years ago
- 9beb3eb Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 6dee409 Some other platforms doesn't support fmemopen(3) (not unexpectedly), so by nicm · 6 years ago
- f3fc81b Merge branch 'master' of github.com:ThomasAdam/tmux by Thomas Adam · 6 years ago
- 463bd8a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- a65a6d6 Add <, >, <=, >= for formats, GitHub issue 1747. by nicm · 6 years ago
- 207789d Client name can actually be NULL, so use address in that case. by nicm · 6 years ago
- d7586d3 Use client name when logging command queue. by nicm · 6 years ago
- f8d3d24 Merge cmd_list_parse into cmd-parse.y so it can use the new alias by nicm · 6 years ago
- 6b0fa14 Fix error handling in if-shell. by nicm · 6 years ago
- a69211a Fix up regress test. by Nicholas Marriott · 6 years ago
- 930245d Make cmd_log_argv take a printf-like format for the prefix. by nicm · 6 years ago
- 0dc8b7d unbreak build, okay nicm@ by espie · 6 years ago
- 19a3a9e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- f3e01ec Fix line numbers - commands are added after the line ends so they need to by nicm · 6 years ago
- 6c260af Use the same argument escaping code for options as well. by nicm · 6 years ago
- e817821 Mention \. by Nicholas Marriott · 6 years ago
- f006116 Environment variables can start with { also. by nicm · 6 years ago
- 43431e7 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- eb8b51e Fix drawing of status-right when it is aligned to the centre, GitHub issue 1754. by nicm · 6 years ago
- 389cf63 Tweak text. by Nicholas Marriott · 6 years ago
- 2148fe3 CHANGES: remove note to packagers by Thomas Adam · 6 years ago
- 1a6540f CHANGES: remove note to packagers by Thomas Adam · 6 years ago
- 7d702f3 Don't remove group items for group 0 (no group). by nicm · 6 years ago
- d0c462f Fix length calculation for pasting UTF-8 characters in the status line, by nicm · 6 years ago
- 238d2aa CHANGES: mention yacc by Thomas Adam · 6 years ago
- 6bb505e CHANGES: mention yacc by Thomas Adam · 6 years ago
- 83b9807 Remove duplicate. by Nicholas Marriott · 6 years ago
- 3e6e533 Add yacc(1) bits. by Nicholas Marriott · 6 years ago
- 27bfb56 Break the argument escaping code into a separate function and use it to by nicm · 6 years ago
- c49f2a0 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 3e3eb1d Don't remove group items for group 0 (no group). by nicm · 6 years ago
- a4fe7e8 Fix length calculation for pasting UTF-8 characters in the status line, by nicm · 6 years ago
- 4ce26b0 Remove duplicate. by Nicholas Marriott · 6 years ago
- 82bf0f4 configure.ac: add AC_PROC_YACC by Thomas Adam · 6 years ago
- 8590ee6 TRAVIS: add bison to build deps by Thomas Adam · 6 years ago
- d67b99c configure.ac: add AC_PROC_YACC by Thomas Adam · 6 years ago
- 092c7bf TRAVIS: add bison to build deps by Thomas Adam · 6 years ago
- bf2cf33 Add yacc(1) bits. by Nicholas Marriott · 6 years ago
- 75aeb73 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 6 years ago
- 7ca2e2f Add a config. by Nicholas Marriott · 6 years ago
- 9d450cc Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 5571d7a Fix crash if window doesn't exist, GitHub issue 1751. by nicm · 6 years ago
- e353d0c Another config. by Nicholas Marriott · 6 years ago
- 282f7fb Add a test config. by Nicholas Marriott · 6 years ago