Commit Graph

  • 7e0038c691 Bugfix split pane border colours. Michael Grant 2025-11-04 15:48:23 +01:00
  • 04792d0656 Bugfix, max margin should be right side of window. Michael Grant 2025-11-03 22:38:35 +01:00
  • 6c5cc40039 Bugfix, more changes to allow xoff and yoff to be int. Michael Grant 2025-11-03 21:56:15 +01:00
  • 815f7ecffb Merge branch 'obsd-master' Thomas Adam 2025-11-03 12:01:06 +00:00
  • 44c0443983 Merge branch 'obsd-master' Thomas Adam 2025-11-03 09:57:35 +00:00
  • 3051076dd1 Ignore Hangul filler character. There doesn't seem to be much agreement on what to do with this but ignoring it seems rightand does improve things. GitHub issue 3998. nicm 2025-11-03 09:27:06 +00:00
  • 6b462474f0 Bugfix so floating wp can be moved to top of window. Michael Grant 2025-11-02 11:52:21 +01:00
  • 9a061a2fee Bugfix floating panes display when off window edge. Michael Grant 2025-11-02 09:56:57 +01:00
  • 6dd552d689 Fix floating pane redraw bugs. Allow floating panes to be partly out of the window. This required changing xoff and yoff from u_int to int and it required a fair bit of casting for example when xoff is added to sx or comparing px to xoff. It makes sense for px and sx to be u_int since they refers to things which should never be negative. Michael Grant 2025-11-01 21:47:54 +01:00
  • d90b414223 Handle regional indicators and emoji modifiers in a better way, GitHub issue 3998. nicm 2025-11-01 16:44:24 +00:00
  • 8cb2805eb7 Handle ~ correctly when loading a file, GitHub issue 3518. nicm 2025-11-01 16:42:59 +00:00
  • e5ab5995db Fix now-incorrect text about {}s. nicm 2025-10-31 09:00:26 +00:00
  • 34e858ea05 Add support to drag and resize floating window panes. Michael Grant 2025-10-30 21:42:32 +01:00
  • e774b89062 Preserve marked pane with swap-window and move-window, GitHub issue 3443. nicm 2025-10-30 13:52:08 +00:00
  • 29db8ac36e Set and check COLORTERM as a hint for RGB colour. nicm 2025-10-30 11:52:25 +00:00
  • be2d4aa434 Merge branch 'obsd-master' Thomas Adam 2025-10-30 10:01:07 +00:00
  • 1e61e52400 If tmux receives a palette request (OSC 4) in a pane and the palette entry has not been set, send a request to the most recently used client and forward any response instead. Based on change from Tim Culverhouse in GitHub issue 4665. nicm 2025-10-30 07:41:19 +00:00
  • 4bdfbfa854 Merge branch 'obsd-master' Thomas Adam 2025-10-29 12:01:07 +00:00
  • 2c08960f4e Add -l flag to command-prompt to disable splitting into multiple prompts, GitHub issue 4483. nicm 2025-10-29 09:37:36 +00:00
  • 1a419609e3 Don't enter copy mode on mouse wheel in alternate screen, GitHub issue 3705. nicm 2025-10-29 09:33:20 +00:00
  • f812b8d304 Cast to avoid warnings on 32-bit architectures. GitHub issue 4597. Nicholas Marriott 2025-10-29 08:47:45 +00:00
  • ff6eefd7c7 Merge branch 'obsd-master' Thomas Adam 2025-10-28 18:01:08 +00:00
  • 0c5abfefd3 Add commands to centre the cursor in copy mode, from m-einfalt at gmx dot de in GitHub issue 4662. nicm 2025-10-28 16:36:52 +00:00
  • e560a09db0 Merge branch 'obsd-master' Thomas Adam 2025-10-28 15:16:58 +00:00
  • 9bf8ca5856 Support case insensitive search in modes in the same way as copy mode (like emacs, so all-lowercase means case insensitive). GitHub issue 4396. nicm 2025-10-28 14:21:06 +00:00
  • 410abb5afb Merge branch 'obsd-master' Thomas Adam 2025-10-28 14:01:08 +00:00
  • 39d2839e37 Bugfix visible_ranges calculation, no longer need to inject vr into tty_draw_line. Michael Grant 2025-10-28 12:50:13 +00:00
  • 482aa937b1 Merge branch 'obsd-master' Thomas Adam 2025-10-28 12:01:07 +00:00
  • 7980d00e8c Attempt to take care of case of partially obscured wide characters by floating panes. (Not yet tested!) Michael Grant 2025-10-28 11:01:27 +00:00
  • b4ba6e49af Do not realpath() everything since it is pointless and breaks symlinks. GitHub issue 4427. nicm 2025-10-28 10:51:30 +00:00
  • 010394ab63 Merge branch 'obsd-master' Thomas Adam 2025-10-28 10:01:07 +00:00
  • 7cbb96528c Do not try to reflow if line is NULL. nicm 2025-10-28 09:01:12 +00:00
  • 25ce5b4281 Add separate z-index list. Each window has its own z-order list of panes now. Michael Grant 2025-10-28 08:07:32 +00:00
  • aa420cd54a Tweak error messages so that file name isn't modified when we capitalize the first letter, from Pavel Roskin in GitHub issue 4666. nicm 2025-10-28 07:32:26 +00:00
  • 0cd3ab6299 Fix active border colour if only floating panes in the window. Michael Grant 2025-10-27 23:35:53 +00:00
  • 28d038fb16 Bugfix calculation error on bottom border when pane border status on and scrollbar enabled. Michael Grant 2025-10-27 22:18:07 +00:00
  • d5302ec327 Merge branch 'obsd-master' Thomas Adam 2025-10-27 22:01:08 +00:00
  • 10dc308e6b Add checking the redraw of floating panes and the pane border status. Michael Grant 2025-10-27 21:28:31 +00:00
  • f31a2d229c Do not play games with lines for view mode output since it stops them wrapping, GitHub issue 4462. nicm 2025-10-27 20:31:40 +00:00
  • 6344bab6cc Fix typo with visible_ranges struct name. Add support for checking visual ranges to tty_draw_pane. Michael Grant 2025-10-27 19:54:21 +00:00
  • 984fbacccf Change the visible_ranges array to work more like the overlay_ranges array, except be able to grow. Michael Grant 2025-10-26 14:18:27 +00:00
  • cc83ca6628 Add new newp command. Michael Grant 2025-10-26 14:02:57 +00:00
  • 04fc6ea11b Renamed floating window panes simple new-pane. Michael Grant 2025-10-24 14:24:26 +01:00
  • 8a9e2fccbd Move floating window stuff to new file: cmd-new-pane.c. Michael Grant 2025-10-24 10:25:18 +01:00
  • cc1324e2d9 Cleanup and simplification. Array of visual ranges now just simple array. Michael Grant 2025-10-24 09:53:12 +01:00
  • b2226d1608 Add scrollbar width to right border calculation. Michael Grant 2025-10-24 00:06:18 +01:00
  • 8ce0af3fc9 Fix a fencepost error (not sure why wp->sy+1 isn't the border). Michael Grant 2025-10-23 23:59:49 +01:00
  • b315a6c3d1 Add mouse detection on top & left borders of floating panes. Michael Grant 2025-10-23 23:25:48 +01:00
  • baf642b7d2 window_redraw_active_switch now brings floating pane to front. Fix compile warning in window_add_pane. Michael Grant 2025-10-23 20:30:32 +01:00
  • 8db76e9057 Bugfix fix redraw of overlapping floating panes. Michael Grant 2025-10-23 18:05:04 +01:00
  • e3b7bf9b31 Add -x, -y, -w, -h args to set the xoff, yoff, sx, and sy of the pane. Michael Grant 2025-10-23 00:12:54 +01:00
  • 38724f2e86 Return error if you try to split a floating pane. Michael Grant 2025-10-22 23:37:58 +01:00
  • 65fc09fac9 Hide cursor behind floating panes. Michael Grant 2025-10-22 23:29:21 +01:00
  • 3197b715b3 Bugfix display of above-below windows with a floating pane. Michael Grant 2025-10-22 22:50:10 +01:00
  • 26362dfc72 Bugfix display of 2 side-by-side panes with overlapping floating pane. Michael Grant 2025-10-22 22:07:42 +01:00
  • 275781ce45 Merge branch 'feature-floating-window-panes' of github.com:mgrant0/tmux into feature-floating-window-panes Michael Grant 2025-10-21 09:17:13 +01:00
  • 72dbbfedce Manage visible ranges when drawing scrollbars. Michael Grant 2025-10-21 09:13:33 +01:00
  • a6c6eabb5a Merge branch 'tmux:master' into feature-floating-window-panes Michael Grant 2025-10-21 08:14:38 +01:00
  • 35ad72e56f Merge branch 'obsd-master' Thomas Adam 2025-10-20 10:01:07 +01:00
  • f501817154 Fix the logic of the no-detached case for detach-on-destroy option - a previous change made it so that even in the no-detached case, tmux would always re-attach to a session, even if there weren't any detached ones. From Martin Louazel in GitHub issue 4649. nicm 2025-10-20 07:28:38 +00:00
  • 379e4d976c Fix scrolling, redraw, and borders of floating panes. Michael Grant 2025-10-19 14:11:08 +01:00
  • a6514e2656 Merge branch 'feature-floating-window-panes' of github.com:mgrant0/tmux into feature-floating-window-panes Michael Grant 2025-10-16 10:24:40 +01:00
  • 032af23e18 Merge branch 'tmux:master' into feature-floating-window-panes Michael Grant 2025-10-16 09:35:25 +01:00
  • 449f255f3e Merge branch 'obsd-master' Thomas Adam 2025-10-13 10:01:08 +01:00
  • b5f9293014 Possible fixes leak Michael Grant 2025-10-13 08:45:32 +01:00
  • 21d890e6df Add buffer_full format variable, from Mohammad AlSaleh in GitHub issue 4630. nicm 2025-10-13 07:29:53 +00:00
  • feb3b90596 Check allow-set-title for APC as well. nicm 2025-10-13 07:19:08 +00:00
  • a37db55689 Bugfix. Michael Grant 2025-10-12 10:38:47 +01:00
  • 1b959d0eff Cleanup before reworking collect_scroll. Michael Grant 2025-10-12 05:48:30 +01:00
  • ce03f1abea Cleanup - screen_redraw_get_visible_ranges returns a value rather than pass addr of arg. Bugfix to redraw code. Michael Grant 2025-10-11 18:07:22 +01:00
  • 5faf41b695 Add support in screen-write.c to properly display cmd output when there are floating panes on the screen. Michael Grant 2025-10-10 23:59:47 +01:00
  • 7634daa834 Add function screen_redraw_get_visual_ranges to figure out what parts of floating panes obscure a target pane being redrawn. Michael Grant 2025-10-06 22:19:25 +01:00
  • 0ff2676a25 Implement getdtablecount(3) for Darwin, from Chip Davis in GitHub issue 4636. Nicholas Marriott 2025-10-06 11:13:53 +01:00
  • 968f439672 Initial commit. Add new new-floating-window command to create panes without a layout_cell indicating they are floating panes. Michael Grant 2025-10-04 09:15:51 +01:00
  • 3e28777ecb Merge branch 'obsd-master' Thomas Adam 2025-09-12 12:01:09 +01:00
  • 7516f8e94f Check the right flags member, reported by someone in GitHub issue 4634. nicm 2025-09-12 08:46:29 +00:00
  • ac574b6782 Merge branch 'obsd-master' Thomas Adam 2025-09-09 12:01:09 +01:00
  • 50dafd6187 Remove some unnecessary assignments. nicm 2025-09-09 08:49:22 +00:00
  • d4f129b513 Merge branch 'obsd-master' Thomas Adam 2025-09-08 14:01:08 +01:00
  • 9a72317c4f Check for vlock earlier to neaten output. Nicholas Marriott 2025-09-08 12:26:47 +01:00
  • b21b1ee9af Don't try to change directory if it is NULL. nicm 2025-09-08 11:21:56 +00:00
  • c62fe6dac8 The client can be NULL, fixes -v in config file. nicm 2025-09-08 11:21:29 +00:00
  • 9dc136f445 Merge branch 'obsd-master' Thomas Adam 2025-09-08 12:01:10 +01:00
  • 418bf148e0 Merge branch 'obsd-master' Thomas Adam 2025-09-08 10:01:08 +01:00
  • 408721ae37 correct indentation, no functional change found with smatch, ok nicm@ jsg 2025-09-08 08:23:19 +00:00
  • b1b6850fa9 Add test for control mode, from Sergei Nizovtsev. Nicholas Marriott 2025-09-08 08:31:23 +01:00
  • d73196750f Change so that source-file errors are reported correctly in control mode, from Sergei Nizovtsev in GitHub issue 4626. nicm 2025-09-08 07:30:15 +00:00
  • 093754db3f Merge branch 'obsd-master' Thomas Adam 2025-09-07 18:01:08 +01:00
  • 7cc15969ff Quote cwd for glob in a way that actually works, from Pavel Roskin in GitHub issue 4623. nicm 2025-09-07 14:17:25 +00:00
  • b53cf70262 Introduce a new window option: tiled-layout-max-columns. It configures the maximum number of columns in the tiled layout. The default value is 0 which means no limit and makes the change backward-compatible. From vkadlcik at redhat dot com. nicm 2025-09-07 14:03:18 +00:00
  • 1dadd6c9ae Do not force SIXEL images to a multiple of 6 lines. From nincsnevem662 at gmail dot com in GitHub issue 4622. Nicholas Marriott 2025-09-07 14:55:18 +01:00
  • a7a94cb86f Fix OOB access in sixel_print by ensuring that the number of chunks actually matches the highest color used on the image, even if not defined as a color register. From nincsnevem662 at gmail dot com in GitHub issue 4621. Nicholas Marriott 2025-09-07 14:53:08 +01:00
  • 3d6954f0f0 Merge branch 'obsd-master' Thomas Adam 2025-09-05 10:01:08 +01:00
  • 267efefdfa Restore default blinking state when restoring default cursor style, from Andrea Alberti. nicm 2025-09-05 06:15:48 +00:00
  • 6a3170386e Merge branch 'obsd-master' Thomas Adam 2025-09-02 18:36:44 +01:00
  • 4d83eef756 Add support for DECRQSS SP q (report cursor style), DECRQM ?12 (report cursor blink state) and DECRQM ?2004, ?1004, ?1006 (report mouse state). nicm 2025-09-02 15:15:12 +00:00
  • 44b7a2d1f9 Merge branch 'obsd-master' Thomas Adam 2025-09-02 16:01:08 +01:00
  • c32570c602 Set PWD for jobs as well as panes. nicm 2025-09-02 13:39:14 +00:00
  • 9702ef3f91 Merge branch 'obsd-master' Thomas Adam 2025-09-02 02:01:07 +01:00
  • b2194ac549 Merge branch 'obsd-master' Thomas Adam 2025-09-02 00:01:08 +01:00