1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-30 11:38:51 +00:00

Commit Graph

  • 9e773fdb27
    Merge 1496fbdfb8 into 096c4b3e63 David Mandelberg 2025-03-29 20:52:42 -0400
  • 1496fbdfb8 Fix missing space in usage David Mandelberg 2025-03-29 20:51:56 -0400
  • cce796b23e
    Merge 5091236d4d into 096c4b3e63 Michael Grant 2025-03-29 19:04:20 -0400
  • 5091236d4d skip foreach loop if done Michael Grant 2025-03-29 23:04:14 +0000
  • 7fa11dcd24 -D arg to enable do not block Michael Grant 2025-03-29 22:47:49 +0000
  • e81ad247bb
    Merge 37b27d2eef into 096c4b3e63 Rafael Kitover 2025-03-29 08:44:06 +0530
  • bdf4f5ae16
    Merge 8ca212579a into 096c4b3e63 holio0 2025-03-29 08:44:06 +0530
  • 484484f1e8
    Merge 3eadb60bea into 096c4b3e63 jyn 2025-03-29 08:44:06 +0530
  • ceee20c22b
    Merge 68cacd26f8 into 096c4b3e63 Manuel Einfalt 2025-03-29 08:44:06 +0530
  • 5163f7b9ab
    Merge cf3b038d5c into 096c4b3e63 George Nachman 2025-03-29 08:44:06 +0530
  • ac140cfc2a
    Merge db0c566ad9 into 096c4b3e63 Yash 2025-03-29 08:44:06 +0530
  • f2ea9309f4
    Merge 289eb5ccd9 into 096c4b3e63 danieldg 2025-03-29 08:44:06 +0530
  • df31e9e55c
    Merge e054b06174 into 096c4b3e63 David Mandelberg 2025-03-28 22:03:42 -0400
  • e054b06174 Fix alignment for non-digit session names David Mandelberg 2025-03-28 21:59:57 -0400
  • e5fa69e6b0
    Merge 9a0ea1a96b into 096c4b3e63 David Mandelberg 2025-03-28 19:08:34 -0400
  • 9a0ea1a96b Document that formats can use environment variables David Mandelberg 2025-03-28 19:07:21 -0400
  • 06ee82ec87
    Merge 80e6621298 into 096c4b3e63 Rafael Kitover 2025-03-28 23:37:52 +0100
  • 640df5c04b
    Merge c258ed209a into 096c4b3e63 Julian Prein 2025-03-28 21:30:31 +0000
  • 096c4b3e63 Merge branch 'obsd-master' master Thomas Adam 2025-03-28 20:01:10 +0000
  • b8189d6ee3 Merge branch 'obsd-master' Thomas Adam 2025-03-28 18:01:11 +0000
  • f41dc91357 Only copy the key string not two bytes extra, found by David Mandelberg. nicm 2025-03-28 17:15:25 +0000
  • ef0c12ad9e Fix read of uninitialized memory for jobs with JOB_PTY flag. From David Mandelberg. nicm 2025-03-28 17:03:49 +0000
  • 42d7b29a7c Fix read of uninitialized memory for non-PTY jobs David Mandelberg 2025-03-27 19:20:23 -0400
  • d90a44f229 Fix buffer overflow when processing extended keys David Mandelberg 2025-03-27 16:19:15 -0400
  • 6ab507c9ce rename CLIENT_OVERLAYPOPUP_FOCUSED to CLIENT_OVERLAYFOCUSED Michael Grant 2025-03-27 14:34:35 +0000
  • 289eb5ccd9 Wait for the cgroup request job to complete Daniel De Graaf 2025-03-26 19:54:46 -0400
  • f6818a097f
    Merge branch 'tmux:master' into non-blocking-popup-windows Michael Grant 2025-03-26 12:53:30 -0400
  • d34cf29b38 Move cgroup dbus requests to the child Daniel De Graaf 2025-03-25 22:32:19 -0400
  • 9e1f110db0 Merge branch 'obsd-master' Thomas Adam 2025-03-24 22:01:11 +0000
  • 483b2b3edb Correctly skip wide characters in hyperlinks, from someone in GitHub issue 4425. nicm 2025-03-24 20:17:24 +0000
  • 34a35b0f09 Expand formats with the pane modifier in tree mode so that #() doesn't always use the same value. From Michael Grant in GitHub issues 4412 and 4420. nicm 2025-03-24 20:13:03 +0000
  • aca3ffb30a Add default-client-command to set the command used is tmux is run without a command (the default stays new-session). From David Mandelberg in GitHub issue 4422. nicm 2025-03-24 20:01:03 +0000
  • 5263766303 Nic's patch, back out my mod to format.c, but still remove the return Michael Grant 2025-03-22 01:19:51 -0200
  • b01062ec14 Add new default-client-command option David Mandelberg 2025-03-21 16:07:31 -0400
  • 557c2d7b25 Add support for non-array command options David Mandelberg 2025-03-21 15:48:03 -0400
  • dbdc07e5ec Make some arguments that don't need to be modified const David Mandelberg 2025-03-21 15:46:15 -0400
  • c3c4524def Merge branch 'obsd-master' Thomas Adam 2025-03-21 16:01:11 +0000
  • c258ed209a
    Improve documentation on the type of options Julian Prein 2025-03-21 00:09:53 +0100
  • 217c56dd23
    Improve the documentation of bright colours slightly Julian Prein 2025-03-21 00:07:18 +0100
  • 569bef01f9
    Document default-command as display-popup's fallback Julian Prein 2025-03-20 23:04:53 +0100
  • 840a826fa3
    Fix run-shell's maximum argument count Julian Prein 2025-03-20 23:04:46 +0100
  • e776e4f45e
    Fix documentation around optional arguments Julian Prein 2025-03-20 23:04:28 +0100
  • f101762d1b Fix mouse_hyperlink format in copy mode. From someone in GitHub issue 4418. nicm 2025-03-21 14:04:26 +0000
  • a541be3951 Add S-Up and S-Down to move windows in tree mode. From David Mandelberg in GitHub issue 4415. nicm 2025-03-21 13:36:42 +0000
  • 86b6480081
    Merge branch 'tmux:master' into issue-4412-choose-tree-format-prints-wrong-values Michael Grant 2025-03-21 09:30:17 -0400
  • b7d640e764 Add some additional cursor format variables. From shiro at usagi dot io in GitHub issue 4414. nicm 2025-03-21 13:26:39 +0000
  • 969f6a60c3 portable: SYNCING: correct tmux-openbsd Thomas Adam 2025-03-21 12:46:06 +0000
  • 6703cb85d9 Merge branch 'obsd-master' Thomas Adam 2025-03-21 04:01:10 +0000
  • 111e16e772 remove prototypes for removed functions jsg 2025-03-21 02:10:42 +0000
  • bd4ac0caa6 remove the return because otherwise if there is only one wp it still needs to continue Michael Grant 2025-03-20 20:41:40 -0300
  • 8c2005df09 add FORMAT_PANE|wp->id as the tag when wp!=NULL in format_create_defaults to pass in pane_pid into the data Michael Grant 2025-03-20 20:39:27 -0300
  • 4d539951e0 Make it easy to swap windows from choose-tree David Mandelberg 2025-03-18 19:11:45 -0400
  • b02a4a3a76 Expose additional formatting variables shiro 2025-03-14 08:32:49 +0900
  • 3eb93383a3 Merge branch 'obsd-master' Thomas Adam 2025-03-17 22:01:10 +0000
  • 817b621d20 If there is an active query, set escape time temporarily to a higher value (the old default - 500). Some Windows terminals are very slow to respond, or the network may be slow. From github at jyn dot dev. nicm 2025-03-17 20:43:29 +0000
  • 5eb30c1543 Handle padding cells correctly for regular expression searching, GitHub issue 4399 from github at jyn dot dev. nicm 2025-03-17 20:33:20 +0000
  • 03a154da16 Increase delay to a minimum of 500 ms when requesting device attributes jyn 2025-03-15 22:46:41 -0400
  • db0c566ad9 tmux unlimited history-limit yash-fn 2025-03-14 16:41:25 -0500
  • 0a0e9852a2 Add overlay check to scrollbar code to prevent scrollbars obscured by an overlay from flashing while being dragged around. Michael Grant 2025-03-12 15:44:04 -0400
  • c0ff4831fc Add check to check if cursor is behind the overlay popup. Michael Grant 2025-03-12 15:34:48 -0400
  • 5327f39134 Try 2. Move popup focus flag into client struct. Michael Grant 2025-03-12 13:52:17 -0400
  • 66bf623259
    Merge branch 'tmux:master' into non-blocking-popup-windows Michael Grant 2025-03-11 14:29:42 -0400
  • d4b8635f50 Merge branch 'obsd-master' Thomas Adam 2025-03-11 10:01:12 +0000
  • 4e4fe3eb39 Cleanup window_get_active_at function. GitHub issue 4401 from Michael Grant. nicm 2025-03-11 08:14:26 +0000
  • e439653a0e Cleanup, use new function in window_get_active_at. Michael Grant 2025-03-07 14:33:21 -0500
  • e83633f8dc Don't copy padding cells into the selection jyn 2025-03-07 09:46:36 -0500
  • 616143ea31
    Merge branch 'tmux:master' into non-blocking-popup-windows Michael Grant 2025-03-04 15:20:12 -0500
  • 882fb4d295 Merge branch 'obsd-master' Thomas Adam 2025-03-04 10:01:15 +0000
  • eaf70c955b Add mode 2031 support to automatically report dark or light theme. tmux will guess the theme from the background colour on terminals which do not themselves support the escape sequence. Written by Jonathan Slenders, GitHub issue 4353. nicm 2025-03-04 08:45:04 +0000
  • 3543d79048 Free fill character string if it cannot be used, GitHub issue 4394. nicm 2025-03-04 08:03:19 +0000
  • 49d84e8df5 Small bugfix: produce the right CSI sequence when reporting the theme to the terminal application. Jonathan Slenders 2025-02-28 09:14:40 +0000
  • b3d3a37e5e When toggling between sessions, ensure that applications in the new session adapt to the client's theme. Jonathan Slenders 2025-02-27 20:50:39 +0000
  • b448f4ba6c Fix typo. Jonathan Slenders 2025-02-27 17:08:35 +0000
  • e6eaf549b1 Added missing function definitions to tmux.h Jonathan Slenders 2025-02-27 17:07:44 +0000
  • 94783addfc Merge branch 'obsd-master' Thomas Adam 2025-02-26 10:01:14 +0000
  • 91c0de60b4 Also need the implied meta paste keys in the list for output. nicm 2025-02-26 09:02:00 +0000
  • 21f7db4c4d Do not allow meta prefix on paste start and end sequences, GitHub issue 4387. nicm 2025-02-26 08:55:27 +0000
  • f224d61f37 Document the use of ';' as a modifier separator, from Matt Liggett in GitHub issue 4384. nicm 2025-02-26 07:50:36 +0000
  • d938ab5dd7 If command parsing fails in the client, report the error rather than trying to send the command to the server. GitHub issue 4372 from Nikola Tadic. nicm 2025-02-26 07:47:46 +0000
  • 9a8f46e554 Fix colouring of pane border when scrollbars are enabled, GitHub issue 4378 from Michael Grant. nicm 2025-02-26 07:42:52 +0000
  • 27ee0c9c3b Add the width of the scrollbars to the calculation of the width of the window panes when finding the adjacent panes, GitHub issue 4370 from Michael Grant. nicm 2025-02-26 07:39:50 +0000
  • b32b596531 Set a PANE_STYLECHANGED flag for when a style update has to be sent. Jonathan Slenders 2025-02-25 21:16:49 +0000
  • fbc6fa592e Document the use of ';' as a modifier separator. Matthew Liggett 2025-02-23 17:26:30 -0800
  • 43c947c348
    Merge branch 'tmux:master' into non-blocking-popup-windows Michael Grant 2025-02-22 13:47:03 -0500
  • 11e4881513 account for scrollbar width when drawing pane-border-status Michael Grant 2025-02-22 15:31:17 -0300
  • 0ddaaf13ec
    Update input-fuzzer.c. mohmmedkhaled 2025-02-22 05:07:02 +0400
  • 061dc48150
    Update input-fuzzer.c mohmmedkhaled 2025-02-22 04:47:23 +0400
  • f0af59596c bugfix, add size of scrollbars to width of windows when calculating edge of a pane Michael Grant 2025-02-21 17:24:48 -0300
  • 251a87e2d2 Merge branch 'obsd-master' Thomas Adam 2025-02-20 16:01:14 +0000
  • 084e6ee9ec Add a -M flag to capture-pane to use the copy mode screen, GitHub issue 4358. nicm 2025-02-20 13:39:58 +0000
  • 18331e39bf Reset overlay_resize pointer when clearing overlay. nicm 2025-02-20 13:32:07 +0000
  • 250c88efdc Add .swp, from Nikola Tadic. Nicholas Marriott 2025-02-20 13:30:26 +0000
  • 7479ec3025
    Stopped ignoring error on client command parse. ubinator 2025-02-18 22:39:24 +0100
  • e3efab17c8
    Added to .gitignore to ignore vim swapfiles. ubinator 2025-02-18 18:55:13 +0100
  • d171978560 Fix a case of failure to overwrite sixel image cells Hans Petter Jansson 2025-02-10 13:21:02 +0100
  • 9a377485be Merge branch 'obsd-master' Thomas Adam 2025-02-13 18:01:08 +0000
  • 47a56c11f2 Add a note about C-r and C-s behaviour, GitHub issue 4309. nicm 2025-02-13 16:31:25 +0000
  • c4b9716873 Look for imsg_add not _init now. Nicholas Marriott 2025-02-13 16:24:16 +0000
  • cf3b038d5c Respond to code review comments George Nachman 2025-02-10 10:53:33 -0800
  • ec119b2f9e Merge branch 'obsd-master' Thomas Adam 2025-02-10 10:01:11 +0000