Messages by Date
-
2021/08/21
[tmux/tmux] d37176: Wrap command argument definitions in their own str...
'Thomas Adam' via tmux-git
-
2021/08/20
[tmux/tmux] 90dd47: Expose args_value struct (will be needed soon) and...
'Thomas Adam' via tmux-git
-
2021/08/20
[tmux/tmux] 01b13d: Fill colour palette correctly from option for new ...
'Thomas Adam' via tmux-git
-
2021/08/20
[tmux/tmux] 41822e: Regress fixes.
'Nicholas Marriott' via tmux-git
-
2021/08/20
[tmux/tmux] 5ed5b1: Add zeraphel complex binding to regress.
'Nicholas Marriott' via tmux-git
-
2021/08/20
[tmux/tmux] f98444: Actually parse contents of {} as a command and the...
'Thomas Adam' via tmux-git
-
2021/08/20
[tmux/tmux] 3177d7: Add a helper function for actually parsing the com...
'Thomas Adam' via tmux-git
-
2021/08/19
[tmux/tmux] 367677: Fix format test for new behaviour.
'Nicholas Marriott' via tmux-git
-
2021/08/18
[tmux/tmux] 5413a7: Need to flatten arguments for aliases.
'Thomas Adam' via tmux-git
-
2021/08/18
[tmux/tmux] 82836c: Push the conversion of {} to string up out of the ...
'Thomas Adam' via tmux-git
-
2021/08/17
[tmux/tmux] 2b0d79: Do not block with incremental command prompt.
'Thomas Adam' via tmux-git
-
2021/08/17
[tmux/tmux] 4f62aa: Set the right session if detach-on-destroy is off.
'Thomas Adam' via tmux-git
-
2021/08/17
[tmux/tmux] de9697: calloc for confirm-before data since the item need...
'Thomas Adam' via tmux-git
-
2021/08/17
[tmux/tmux] 158f0e: Start sync before drawing popup.
'Thomas Adam' via tmux-git
-
2021/08/16
[tmux/tmux] f2d4a1: Needs fcntl.h.
'Nicholas Marriott' via tmux-git
-
2021/08/14
[tmux/tmux] 21ce1e: Fuzzer needs some other bits it seems.
'Nicholas Marriott' via tmux-git
-
2021/08/14
[tmux/tmux] c1be1b: Minor cleanups, GitHub issue 2824.
'Nicholas Marriott' via tmux-git
-
2021/08/14
[tmux/tmux] 30786a: Some other missing palette NULL checks, from oss-f...
'Thomas Adam' via tmux-git
-
2021/08/14
[tmux/tmux] befe7c: Do not use NULL palette when clearing.
'Thomas Adam' via tmux-git
-
2021/08/14
[tmux/tmux] 4cc6db: Missing argument specifier for -c.
'Thomas Adam' via tmux-git
-
2021/08/13
[tmux/tmux] a2b850: Set return code for confirm-before and make comman...
'Thomas Adam' via tmux-git
-
2021/08/13
[tmux/tmux] 4c0736: Fix fuzzer wrapper.
'Nicholas Marriott' via tmux-git
-
2021/08/12
[tmux/tmux] db9195: Now that styles can contain formats, they need to ...
'Thomas Adam' via tmux-git
-
2021/08/12
[tmux/tmux] 9b0047: Evaluate styles with the pane variables.
'Thomas Adam' via tmux-git
-
2021/08/12
[tmux/tmux] 5d4515: Restore saved cursor position after a ZWJ rather t...
'Thomas Adam' via tmux-git
-
2021/08/12
[tmux/tmux] 163908: Move hook format setup earlier and add a hook_clie...
'Thomas Adam' via tmux-git
-
2021/08/11
[tmux/tmux] 01fd4b: Add pipe variants of the line copy commands. While...
'Thomas Adam' via tmux-git
-
2021/08/11
[tmux/tmux] 338ec8: Make confirm-before optionally block the invoking ...
'Thomas Adam' via tmux-git
-
2021/08/11
[tmux/tmux] f6755c: OSC 52 can be long enough to make tmux think the o...
'Thomas Adam' via tmux-git
-
2021/08/10
[tmux/tmux] 705411: Tweak comment about logs.
'Nicholas Marriott' via tmux-git
-
2021/08/09
[tmux/tmux] be5988: Change copy-line and copy-end-of-line not to cance...
'Thomas Adam' via tmux-git
-
2021/08/06
[tmux/tmux] 19812b: Add client focus hooks.
'Thomas Adam' via tmux-git
-
2021/08/06
[tmux/tmux] ef5602: Another minor fix - do not draw positions that are...
'Thomas Adam' via tmux-git
-
2021/08/05
[tmux/tmux] 97b596: Correctly draw wide characters that are partially ...
'Thomas Adam' via tmux-git
-
2021/08/05
[tmux/tmux] 93cc8d: Do not freeze output in panes when a popup is open...
'Thomas Adam' via tmux-git
-
2021/08/04
[tmux/tmux] 42490f: Add a client-active hook, from ncfavier in GitHub ...
'Thomas Adam' via tmux-git
-
2021/08/04
[tmux/tmux] c06383: Do not configure on macOS without the user making ...
'Nicholas Marriott' via tmux-git
-
2021/07/28
[tmux/tmux] e37aa4: Make window-linked and window-unlinked window opti...
'Thomas Adam' via tmux-git
-
2021/07/21
[tmux/tmux] f0e023: Do not close popups on resize, instead adjust them...
'Thomas Adam' via tmux-git
-
2021/07/14
[tmux/tmux] 732c72: Move default value for TERM into tmux.h.
'Thomas Adam' via tmux-git
-
2021/07/14
[tmux/tmux] 0ea6cd: Need all of the TAILQ bits.
'Nicholas Marriott' via tmux-git
-
2021/07/14
[tmux/tmux] d72346: Pick default-terminal from the first of tmux-256co...
'Nicholas Marriott' via tmux-git
-
2021/07/13
[tmux/tmux] 38c578: Give #() commands a one second grace period where ...
'Thomas Adam' via tmux-git
-
2021/07/13
[tmux/tmux] df3fe2: Only use client for sizing when not detached, GitH...
'Thomas Adam' via tmux-git
-
2021/07/08
[tmux/tmux] 51915b: Fix mouse_word format now word-separators has no s...
'Thomas Adam' via tmux-git
-
2021/07/06
[tmux/tmux] 35c295: Forbid empty session names, GitHub issue 2758.
'Thomas Adam' via tmux-git
-
2021/06/22
[tmux/tmux] b1a8c0: Fix crosscompiling, Marco A L Barbosa.
'Nicholas Marriott' via tmux-git
-
2021/06/18
[tmux/tmux] e5106b: Add another couple of keys needed for extended key...
'Thomas Adam' via tmux-git
-
2021/06/15
[tmux/tmux] 875212: Fix incorrect option name, from Gregory Pakosz.
'Nicholas Marriott' via tmux-git
-
2021/06/11
[tmux/tmux] 6a8d84: Once a day.
'Nicholas Marriott' via tmux-git
-
2021/06/10
[tmux/tmux] 96ad82: Tweak.
'Nicholas Marriott' via tmux-git
-
2021/06/10
[tmux/tmux] 049070: Move lock.yml.
'Nicholas Marriott' via tmux-git
-
2021/06/10
[tmux/tmux]
'Nicholas Marriott' via tmux-git
-
2021/06/10
[tmux/tmux]
'Nicholas Marriott' via tmux-git
-
2021/06/10
[tmux/tmux]
'Nicholas Marriott' via tmux-git
-
2021/06/10
[tmux/tmux]
'Nicholas Marriott' via tmux-git
-
2021/06/10
[tmux/tmux] 2ab53d: 3.2a version.
'Nicholas Marriott' via tmux-git
-
2021/06/10
[tmux/tmux] 57aaad: Update CHANGES.
'Nicholas Marriott' via tmux-git
-
2021/06/10
[tmux/tmux] bab7a9: Change how extended ctrl keys are processed to fix...
'Nicholas Marriott' via tmux-git
-
2021/06/10
[tmux/tmux] 2ab53d: 3.2a version.
'Nicholas Marriott' via tmux-git
-
2021/06/10
[tmux/tmux] d25738: Update CHANGES.
'Nicholas Marriott' via tmux-git
-
2021/06/10
[tmux/tmux] 747423: Fix empty format strings, from Jean-Philippe Menil.
'Nicholas Marriott' via tmux-git
-
2021/06/09
[tmux/tmux] 607e6b: Do not clear region based on current cursor positi...
'Nicholas Marriott' via tmux-git
-
2021/06/08
[tmux/tmux] 7a2368: Feature for the mouse since FreeBSD termcap does n...
'Nicholas Marriott' via tmux-git
-
2021/05/19
[tmux/tmux] 9ea971: Fix rectangle selection, from Anindya Mukherjee, G...
'Nicholas Marriott' via tmux-git
-
2021/05/19
[tmux/tmux] 5f7ff7: Bump FORMAT_LOOOP_LIMIT and add a log message when...
'Nicholas Marriott' via tmux-git
-
2021/05/16
[tmux/tmux] 83024f: Er, fix it properly.
'Nicholas Marriott' via tmux-git
-
2021/05/16
[tmux/tmux] 01ba6a: Fix <= operator.
'Nicholas Marriott' via tmux-git
-
2021/05/13
[tmux/tmux] 022d02: More accurate vi(1) word navigation in copy mode a...
'Nicholas Marriott' via tmux-git
-
2021/05/11
[tmux/tmux] f03b27: Do not use NULL client when source-file finishes, ...
'Nicholas Marriott' via tmux-git
-
2021/05/09
[tmux/tmux] 4ca6b4: Add -F for command-prompt and use it to fix "Renam...
'Nicholas Marriott' via tmux-git
-
2021/05/09
[tmux/tmux] bde382: Do not expand the file given with -f so it can con...
'Nicholas Marriott' via tmux-git
-
2021/05/09
[tmux/tmux] d00d68: Looks like evports on SunOS are broken also, disab...
'Nicholas Marriott' via tmux-git
-
2021/05/04
[tmux/tmux] f2951b: Remove old shift function keys which interfere wit...
'Nicholas Marriott' via tmux-git
-
2021/05/03
[tmux/tmux] 8da457: Fire check callback after cleaning up event so it ...
'Nicholas Marriott' via tmux-git
-
2021/05/02
[tmux/tmux] c03b57: Add different command historys for different types...
'Nicholas Marriott' via tmux-git
-
2021/05/02
[tmux/tmux] 404677: Fix warnings, from Jan Tache in GitHub issue 2692.
'Nicholas Marriott' via tmux-git
-
2021/04/30
[tmux/tmux] 2e7ec8: Improve logging of screen mode changes.
'Nicholas Marriott' via tmux-git
-
2021/04/28
[tmux/tmux] 32c97a: Ctrl keys are < 0x7f, not Unicode.
'Nicholas Marriott' via tmux-git
-
2021/04/28
[tmux/tmux] e2d017: Move "special" keys into the Unicode PUA rather th...
'Nicholas Marriott' via tmux-git
-
2021/04/28
[tmux/tmux] 589d3e: Change cursor style handling so tmux understands w...
'Nicholas Marriott' via tmux-git
-
2021/04/28
[tmux/tmux] cf6034: Change resize timers and flags into one timer and ...
'Nicholas Marriott' via tmux-git
-
2021/04/27
[tmux/tmux] ce8c56: Mention S- for Shift, GitHub issue 2683.
'Nicholas Marriott' via tmux-git
-
2021/04/23
[tmux/tmux] 43c292: Revert "Revert "Add crosscompiling fallbacks, from...
'Nicholas Marriott' via tmux-git
-
2021/04/23
[tmux/tmux] cb9a06: Do not count client if no window.
'Nicholas Marriott' via tmux-git
-
2021/04/22
[tmux/tmux] 7a6446: Three changes to fix problems with xterm in VT340 ...
'Nicholas Marriott' via tmux-git
-
2021/04/21
[tmux/tmux] cd6af4: Include current client in size calcultion for new ...
'Nicholas Marriott' via tmux-git
-
2021/04/21
[tmux/tmux] 8363c6: Add an "always" value to the extended-keys option ...
'Nicholas Marriott' via tmux-git
-
2021/04/19
[tmux/tmux] 6c2bf0: Minor CHANGES and tmux.1 fixed, from Daniel Hahler...
'Nicholas Marriott' via tmux-git
-
2021/04/19
[tmux/tmux] 88575a: Add another couple of keys needed for extended key...
'Nicholas Marriott' via tmux-git
-
2021/04/18
[tmux/tmux] 5fa8e5: back-to-indentation fixes, from Anindya Mukherjee.
'Nicholas Marriott' via tmux-git
-
2021/04/16
[tmux/tmux] 73cf76: Fix display-menu -xR, from Alexis Hildebrandt.
'Nicholas Marriott' via tmux-git
-
2021/04/16
[tmux/tmux] b2588e: Apple have broken strtonum so check it works, from...
'Nicholas Marriott' via tmux-git
-
2021/04/16
[tmux/tmux] 9af78c: Adjust latest client when a client detaches, GitHu...
'Nicholas Marriott' via tmux-git
-
2021/04/15
[tmux/tmux] dda3bf: Revert "Add crosscompiling fallbacks, from Hasso T...
'Nicholas Marriott' via tmux-git
-
2021/04/15
[tmux/tmux] 986506: Handle modifier 9 as Meta, GitHub issue 2647.
'Nicholas Marriott' via tmux-git
-
2021/04/15
[tmux/tmux]
'Nicholas Marriott' via tmux-git
-
2021/04/15
[tmux/tmux] 33f9b0: %begin now has three arguments, not two. GitHubs i...
'Thomas Adam' via tmux-git
-
2021/04/14
[tmux/tmux] bb6242: Add crosscompiling fallbacks, from Hasso Tepper.
'Nicholas Marriott' via tmux-git
-
2021/04/13
[tmux/tmux] dfcc9f: Include modifiers when looking up an individual key.
'Thomas Adam' via tmux-git
-
2021/04/13
[tmux/tmux] bbb350: Change how extended ctrl keys are processed to fix...
'Thomas Adam' via tmux-git
-
2021/04/13
[tmux/tmux]
'Nicholas Marriott' via tmux-git
-
2021/04/13
[tmux/tmux]
'Nicholas Marriott' via tmux-git
-
2021/04/13
[tmux/tmux] b243f1: No sys/queue.h.
'Nicholas Marriott' via tmux-git
-
2021/04/13
[tmux/tmux]
'Nicholas Marriott' via tmux-git
-
2021/04/13
[tmux/tmux] f29d3c: Handle C-Tab correctly with extended keys, GitHub ...
'Nicholas Marriott' via tmux-git
-
2021/04/13
[tmux/tmux] 715835: Handle C-Tab correctly with extended keys, GitHub ...
'Thomas Adam' via tmux-git
-
2021/04/12
[tmux/tmux] e8224f: Fix so tmux correctly sends the cvvis (cursor very...
'Nicholas Marriott' via tmux-git
-
2021/04/12
[tmux/tmux] e6abe5: Add a flag to disable keys to close a message, Git...
'Thomas Adam' via tmux-git
-
2021/04/12
[tmux/tmux] cd208c: Permit shortcut keys in buffer, client, tree modes...
'Thomas Adam' via tmux-git
-
2021/04/09
[tmux/tmux] 73cbe4: Change a type to fix a warning with some compilers.
'Thomas Adam' via tmux-git
-
2021/04/08
[tmux/tmux] 30fb62: Log the key written to the terminal as well as tmu...
'Thomas Adam' via tmux-git
-
2021/04/07
[tmux/tmux] efb5e5: Restore previous behaviour so that C-X remains the...
'Thomas Adam' via tmux-git
-
2021/04/07
[tmux/tmux] 1ac474: When display-message used in config file, show the...
'Thomas Adam' via tmux-git
-
2021/04/07
[tmux/tmux] ba9999: Fixes for extended keys: 1) allow C-x and C-X to b...
'Thomas Adam' via tmux-git
-
2021/04/05
[tmux/tmux] 10470c: Move client-detached into server_client_lost so it...
'Thomas Adam' via tmux-git
-
2021/04/05
[tmux/tmux] 5900b1: Fix a couple of edge cases with the jump-back-xxx ...
'Thomas Adam' via tmux-git
-
2021/04/01
[tmux/tmux] 6c98f2: Missing commas, from Vipul Kumar.
'Thomas Adam' via tmux-git
-
2021/03/31
[tmux/tmux] a4b9b5: Do not exit if cannot write to normal log file, Gi...
'Thomas Adam' via tmux-git
-
2021/03/28
[tmux/tmux] 420864: Remove queue.h, from Simon Holesch.
'Nicholas Marriott' via tmux-git
-
2021/03/16
[tmux/tmux] 8b800b: Add client-detached notification in control mode, ...
'Thomas Adam' via tmux-git
-
2021/03/15
[tmux/tmux] 9017af: Do not crash if there is no item to show command e...
'Thomas Adam' via tmux-git
-
2021/03/12
[tmux/tmux] e8224f: Fix so tmux correctly sends the cvvis (cursor very...
'Thomas Adam' via tmux-git
-
2021/03/11
[tmux/tmux] 81e573: Copy mode improvements from Anindya Mukherjee:
'Nicholas Marriott' via tmux-git
-
2021/03/11
[tmux/tmux] ef9700: malloc_trim is itself very poor and gets slower an...
'Nicholas Marriott' via tmux-git
-
2021/03/11
[tmux/tmux] d98f9f: Add split-window -Z to start the pane zoomed, GitH...
'Thomas Adam' via tmux-git
-
2021/03/09
[tmux/tmux] 7f8728: Allow cursor to be just after match if copying, Gi...
'Thomas Adam' via tmux-git
-
2021/03/09
[tmux/tmux] 81e573: Copy mode improvements from Anindya Mukherjee:
'Thomas Adam' via tmux-git
-
2021/03/08
[tmux/tmux] de4ac3: 3.3.
'Nicholas Marriott' via tmux-git
-
2021/03/08
[tmux/tmux] 0792b6: Remove compat.h again.
'Nicholas Marriott' via tmux-git
-
2021/03/02
[tmux/tmux] 2f1578: Update closefrom from OpenSSH for macOS code which...
'Nicholas Marriott' via tmux-git
-
2021/03/02
[tmux/tmux] b243f1: No sys/queue.h.
'Nicholas Marriott' via tmux-git
-
2021/03/02
buildbot success in OpenCSW Buildbot on tmux-solaris10-sparc
buildbot
-
2021/03/02
buildbot success in OpenCSW Buildbot on tmux-solaris10-i386
buildbot
-
2021/03/02
buildbot failure in OpenCSW Buildbot on tmux-solaris10-sparc
buildbot
-
2021/03/02
[tmux/tmux]
'Nicholas Marriott' via tmux-git
-
2021/03/02
[tmux/tmux] fb039d: paths.h is compat.
'Nicholas Marriott' via tmux-git
-
2021/03/02
[tmux/tmux] fb039d: paths.h is compat.
'Nicholas Marriott' via tmux-git
-
2021/03/02
[tmux/tmux]
'Nicholas Marriott' via tmux-git
-
2021/03/02
[tmux/tmux] 9d83c5: Expand menu and popup -x and -y as a format, from ...
'Nicholas Marriott' via tmux-git
-
2021/03/02
buildbot failure in OpenCSW Buildbot on tmux-solaris10-i386
buildbot
-
2021/03/02
[tmux/tmux] 1466b5: Update CHANGES.
'Nicholas Marriott' via tmux-git
-
2021/03/02
[tmux/tmux] c44750: Drop support for popups where the content is provi...
'Thomas Adam' via tmux-git
-
2021/03/01
[tmux/tmux] de3a89: escape quotes and remove some unneccessary Pp; ok ...
'Thomas Adam' via tmux-git
-
2021/03/01
[tmux/tmux] b6dfb9: Add some text with examples of ; as a separator, G...
'Thomas Adam' via tmux-git
-
2021/03/01
[tmux/tmux] 9cd45d: Reinstate del_curterm ifdef bits.
'Nicholas Marriott' via tmux-git
-
2021/02/27
[tmux/tmux] 40ad11: Handle NULL term_type.
'Thomas Adam' via tmux-git
-
2021/02/26
[tmux/tmux] 583aae: Check session, window, pane in the right order whe...
'Thomas Adam' via tmux-git
-
2021/02/26
[tmux/tmux] dd7006: Add a couple of format variables for active and la...
'Thomas Adam' via tmux-git
-
2021/02/24
[tmux/tmux] 6aaef3: Correct client_prefix so it returns 1 if in prefix...
'Thomas Adam' via tmux-git
-
2021/02/22
[tmux/tmux] 6d8efe: expand_paths needs the global environment to be se...
'Thomas Adam' via tmux-git
-
2021/02/22
[tmux/tmux] 687638: Move config file path expansion much earlier, keep...
'Thomas Adam' via tmux-git
-
2021/02/22
[tmux/tmux] 8986c8: Move jump commands to grid reader, make them UTF-8...
'Thomas Adam' via tmux-git
-
2021/02/19
[tmux/tmux] b04f8a: Check return value of chdir() to stop a silly warn...
'Thomas Adam' via tmux-git
-
2021/02/18
[tmux/tmux] fb42ae: Reduce len when moving past spaces in OSC 11 param...
'Thomas Adam' via tmux-git
-
2021/02/17
[tmux/tmux] e40831: Move file handling protocol stuff all into file.c ...
'Thomas Adam' via tmux-git
-
2021/02/16
[tmux/tmux] 5df9b3: In the end UTF-8 did not become a terminal feature...
'Nicholas Marriott' via tmux-git
-
2021/02/15
[tmux/tmux] 0526d0: OSC 11 test.
'Nicholas Marriott' via tmux-git
-
2021/02/10
[tmux/tmux] 679b22: Restore utf8proc bits that went missing, GitHub is...
'Nicholas Marriott' via tmux-git
-
2021/02/10
[tmux/tmux] 321869: Use ~/.tmux.conf as an example rather than /etc/pa...
'Thomas Adam' via tmux-git
-
2021/02/09
[tmux/tmux] 1492ae: Do not expand times and #() inside #().
'Thomas Adam' via tmux-git
-
2021/02/08
[tmux/tmux] e3005e: Add "pipe" variants of the "copy-pipe" commands wh...
'Thomas Adam' via tmux-git
-
2021/02/08
[tmux/tmux] c579be: Include "focused" in client flags, from Dan Aloni ...
'Thomas Adam' via tmux-git
-
2021/02/06
[tmux/tmux] 1e29eb: In the end UTF-8 did not become a terminal feature...
'Thomas Adam' via tmux-git
-
2021/02/05
[tmux/tmux] be471c: Add a -S flag to new-window to make it select the ...
'Thomas Adam' via tmux-git
-
2021/02/05
[tmux/tmux] e3d71d: Add compat clock_gettime for older macOS. GitHub i...
'Nicholas Marriott' via tmux-git
-
2021/02/04
[tmux/tmux] c13f2e: Redraw status line and borders on pane enable/disa...
'Thomas Adam' via tmux-git
-
2021/02/02
[tmux/tmux] f0546b: Fix popup mouse position.
'Thomas Adam' via tmux-git
-
2021/02/02
[tmux/tmux] 5c4808: article fixes; from eddie youseph
'Thomas Adam' via tmux-git
-
2021/02/01
[tmux/tmux] 509221: Add a no-detached choice to detach-on-destroy whic...
'Thomas Adam' via tmux-git
-
2021/01/29
[tmux/tmux] 255802: Trim output overwritten by later text or clears co...
'Thomas Adam' via tmux-git
-
2021/01/27
[tmux/tmux] 8156d9: Flush pending output before entering or exiting al...
'Thomas Adam' via tmux-git
-
2021/01/26
[tmux/tmux] d6542c: Always resize the original screen before copying w...
'Thomas Adam' via tmux-git
-
2021/01/22
[tmux/tmux] 9fcf41: Revert clear changes to writing as they don't work...
'Thomas Adam' via tmux-git
-
2021/01/22
[tmux/tmux] 8d1853: Fix some cursor movement commands, from Anindya Mu...
'Thomas Adam' via tmux-git
-
2021/01/20
[tmux/tmux] fb774b: Change so that window_flags escapes # automaticall...
'Thomas Adam' via tmux-git
-
2021/01/18
[tmux/tmux] 0730dc: Hide some warnings on newer GCC versions, GitHUb i...
'Thomas Adam' via tmux-git
-
2021/01/18
[tmux/tmux] 91d112: There is no need to clear every line entirely befo...
'Thomas Adam' via tmux-git
-
2021/01/18
[tmux/tmux] 3c86fa: Add -Wno-format-y2k.
'Nicholas Marriott' via tmux-git
-
2021/01/18
[tmux/tmux] 63f4a3: Extra result message.
'Nicholas Marriott' via tmux-git
-
2021/01/17
[tmux/tmux] 414841: PKG_CHECK_MODULES needs to be separate.
'Nicholas Marriott' via tmux-git
-
2021/01/17
[tmux/tmux] b18834: Revert "Set CFLAGS also."
'Nicholas Marriott' via tmux-git
-
2021/01/17
[tmux/tmux] c6bcf3: Fix yes/no for b64_ntop check.
'Nicholas Marriott' via tmux-git
-
2021/01/17
[tmux/tmux] 71c590: Add -N flag to never start server even if command ...
'Thomas Adam' via tmux-git
-
2021/01/17
[tmux/tmux] d4866d: Fix SEARCH_LIBS.
'Nicholas Marriott' via tmux-git
-
2021/01/17
[tmux/tmux] 603280: +compat.h
'Nicholas Marriott' via tmux-git
-
2021/01/17
[tmux/tmux] a3011b: Look for libevent2 differently from libevent for p...
'Nicholas Marriott' via tmux-git
-
2021/01/08
buildbot success in OpenCSW Buildbot on tmux-solaris10-sparc
buildbot
-
2021/01/08
buildbot success in OpenCSW Buildbot on tmux-solaris10-i386
buildbot
-
2021/01/08
[tmux/tmux] a75aca: Missed from last commit.
'Thomas Adam' via tmux-git
-
2021/01/08
buildbot failure in OpenCSW Buildbot on tmux-solaris10-sparc
buildbot
-
2021/01/08
buildbot failure in OpenCSW Buildbot on tmux-solaris10-i386
buildbot
-
2021/01/08
[tmux/tmux] b96c5e: With incremental search, start empty and only repe...
'Thomas Adam' via tmux-git
-
2021/01/06
[tmux/tmux] ccb8b9: Remove unused variable, from Ben Boeckel.
'Thomas Adam' via tmux-git
-
2021/01/04
[tmux/tmux] bd0fb2: Add a variant of remain-on-exit that only keeps th...
'Thomas Adam' via tmux-git
-
2021/01/01
[tmux/tmux] 606bd5: Add a -C flag to run-shell to use a tmux command r...
'Thomas Adam' via tmux-git
-
2020/12/30
[tmux/tmux] f97305: Use right format for session loop, GitHub issue 2519.
'Thomas Adam' via tmux-git
-
2020/12/28
[tmux/tmux] c68baa: Remove current match indicator which can't work an...
'Thomas Adam' via tmux-git
-
2020/12/24
[tmux/tmux] c43f2d: Break cursor movement in grid into a common set of...
'Thomas Adam' via tmux-git
-
2020/12/15
[tmux/tmux] 8bd29a: Make synchronize-panes a pane option and add -U fl...
'Thomas Adam' via tmux-git