Commit Graph

  • c42e89a598 Merge branch 'obsd-master' Thomas Adam 2019-02-06 08:02:37 +00:00
  • afd3127d89 Add -b to display-panes like run-shell, GitHub issue 1559. nicm 2019-02-06 07:36:06 +00:00
  • 4ab3b18b36 Merge branch 'obsd-master' Thomas Adam 2019-01-20 18:02:36 +00:00
  • 2ea22fce5e Should use DECFRA if not default, not if default. From Karl Beldan. nicm 2019-01-20 15:57:27 +00:00
  • cd8a7fb07b Merge branch 'obsd-master' Thomas Adam 2019-01-15 14:02:37 +00:00
  • cd39920abd Should save the bg colour when setting it to default, not the fg. nicm 2019-01-15 12:08:53 +00:00
  • 469a9e9439 Merge branch 'obsd-master' Thomas Adam 2019-01-15 12:02:36 +00:00
  • 34c0807be6 Do not highlight characters which will not be copied, reported by Jaroslaw Rzeszotko. nicm 2019-01-15 09:56:31 +00:00
  • c9d482ab48 Merge branch 'obsd-master' Thomas Adam 2018-12-18 14:02:40 +00:00
  • bde0224deb Pass window into mode functions. nicm 2018-12-18 13:20:44 +00:00
  • b6cdac05c7 Merge branch 'obsd-master' Thomas Adam 2018-12-18 00:02:37 +00:00
  • 4e3d661284 Fix parsing of empty colon-separated fields, reported by Siarhei Siniak. nicm 2018-12-17 21:52:59 +00:00
  • 1c5093c1c4 Merge branch 'obsd-master' Thomas Adam 2018-11-30 10:02:37 +00:00
  • 67254ed8df Clear PANE_EXITED flag when starting new child process in case the pane has been respawned. nicm 2018-11-30 08:44:40 +00:00
  • 6cf2f74fe9 osdep_get_cwd for NetBSD, from Leonardo Taccari. Nicholas Marriott 2018-11-29 10:37:27 +00:00
  • 1ed994a6c8 Merge branch 'obsd-master' Thomas Adam 2018-11-28 12:02:36 +00:00
  • 40d246b29c Handle UTF-8 in word-separators option, GitHub issue 1551. nicm 2018-11-28 11:20:13 +00:00
  • 2977317243 Merge branch 'obsd-master' Thomas Adam 2018-11-22 12:02:38 +00:00
  • 3a7b9d5735 Do not use PWD unless it actually matches the real working directory. nicm 2018-11-22 10:36:40 +00:00
  • 2eca63b98e Add to TODO. Nicholas Marriott 2018-11-21 09:49:49 +00:00
  • c4b04b1624 Fixes for GNU/kFreeBSD from James Clarke. Nicholas Marriott 2018-11-21 08:50:22 +00:00
  • efd01f3bfd Merge branch 'obsd-master' Thomas Adam 2018-11-19 14:02:41 +00:00
  • 749f67b7d8 evbuffer_new and bufferevent_new can both fail (when malloc fails) and return NULL. GitHub issue 1547. nicm 2018-11-19 13:35:40 +00:00
  • a7da2357a5 Merge branch 'obsd-master' Thomas Adam 2018-11-15 12:02:37 +00:00
  • f103927a52 Add [template] to display-panes and choose-{buffer,client,tree} usage kn 2018-11-15 10:38:53 +00:00
  • 0fd73f238d Merge branch 'obsd-master' Thomas Adam 2018-11-13 12:02:38 +00:00
  • 50cdfc06fb Initialize context property in alignment test handler function. nicm 2018-11-13 11:36:37 +00:00
  • 3c6cdf0115 Merge branch 'obsd-master' Thomas Adam 2018-11-12 16:02:37 +00:00
  • 86e648d906 Allow style #[] in mode formats. nicm 2018-11-12 14:18:10 +00:00
  • 849d06c0df Merge branch 'obsd-master' Thomas Adam 2018-11-08 20:02:37 +00:00
  • 09aee53763 It isn't possible to specify buffer name to copy mode commands now, so remove the function argument. nicm 2018-11-08 18:49:19 +00:00
  • 4efba0bf9f Merge branch 'obsd-master' Thomas Adam 2018-11-07 10:02:39 +00:00
  • 0c7f64458f If a non-repeating key is used when repeating, it should be treated as an entirely new key press, not checked in root table and ignored if not found. GitHub issue 1513. nicm 2018-11-07 08:06:28 +00:00
  • ff77010f70 Add to TODO. Nicholas Marriott 2018-11-07 08:00:15 +00:00
  • 7339845c01 There is no reason wait-for has to be restricted to outside tmux. nicm 2018-11-07 07:58:16 +00:00
  • 99072e1d81 Merge branch 'obsd-master' Thomas Adam 2018-11-06 16:02:37 +00:00
  • f9881b3b5d Correctly unzoom and redraw panes in switch-client. nicm 2018-11-06 15:13:13 +00:00
  • b1ad075d11 Merge branch 'obsd-master' Thomas Adam 2018-10-31 12:02:38 +00:00
  • ef904cfef2 Reset all flags in screen_write_reset, reported by Benjamin Poirier. nicm 2018-10-31 10:05:47 +00:00
  • ddffda4da5 Merge branch 'obsd-master' Thomas Adam 2018-10-28 18:02:36 +00:00
  • d5b92ac37e Do not printf NULL. nicm 2018-10-28 16:10:02 +00:00
  • 0a54a07909 Merge branch 'obsd-master' Thomas Adam 2018-10-28 16:02:37 +00:00
  • 65dd7345e0 Do not check for a key again without an escape if only \033 is present. nicm 2018-10-28 15:34:27 +00:00
  • 0cefdff1b6 Add to CHANGES. Nicholas Marriott 2018-10-26 11:36:36 +01:00
  • e771f10dc6 Merge branch 'obsd-master' Thomas Adam 2018-10-25 17:02:42 +01:00
  • fc41bf46ac Add a "terminal" colour which can be used instead of "default" in style options for the terminal default colour, bypassing any inheritance from other options. Prompted by a discussion with abieber@. nicm 2018-10-25 15:13:38 +00:00
  • 2808f8261c Tweak wording. Nicholas Marriott 2018-10-19 08:38:12 +01:00
  • c234032fcf Do not use master here. Nicholas Marriott 2018-10-19 08:37:31 +01:00
  • bc6211cca5 Instead of "master" for the version number, use "next-X.X". It is more useful to include the next version number. Nicholas Marriott 2018-10-19 08:35:23 +01:00
  • 164590e34c Merge branch 'obsd-master' Thomas Adam 2018-10-18 15:02:38 +01:00
  • 9feb35b7c4 Document new refresh-client flags. nicm 2018-10-18 13:03:45 +00:00
  • f44d02c7f5 Merge branch 'obsd-master' Thomas Adam 2018-10-18 11:09:54 +01:00
  • 646995384d Support for windows larger than visible on the attached client. This has been a limitation for a long time. nicm 2018-10-18 08:38:01 +00:00
  • 2dfdb55ace Handle pan correctly when the terminal is bigger than the window. Nicholas Marriott 2018-10-18 09:24:15 +01:00
  • a51668ca06 Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard is changed to on), also add refresh-client -l to ask tmux to use the same mechanism to get the clipboard from the terminal outside tmux. GitHub issue 1477. nicm 2018-10-18 08:04:14 +00:00
  • bc0e527f32 Support for extended underline styles on terminals which offer them, enabled by adding the Smulx capability with terminal-overrides (add something like ',vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492. nicm 2018-10-18 07:57:57 +00:00
  • f54f171d5c Merge branch '2.8-rc' Nicholas Marriott 2018-10-17 19:33:43 +01:00
  • 01918cb017 tmux 2.8. 2.8 Nicholas Marriott 2018-10-17 19:29:35 +01:00
  • a2c52d9f26 Add to TODO. Nicholas Marriott 2018-10-16 14:16:48 +01:00
  • 407075d8c7 Add to TODO. Nicholas Marriott 2018-10-16 14:12:33 +01:00
  • cdd8c93f54 Add to TODO file. Nicholas Marriott 2018-10-15 09:09:40 +01:00
  • c88e945bc5 Support OSC 52 ? to read the top buffer inside tmux, also add refresh-client -l to get the clipboard outside tmux. GitHub issue 1477. Nicholas Marriott 2018-10-11 16:20:14 +01:00
  • 018f1b8a80 Use :: for escaping : in terminal-overrides not \:. Nicholas Marriott 2018-10-08 19:42:55 +01:00
  • 4b9e76aaaa Support for extended underline styles, enabled by adding the Smulx capability with terminal-overrides (add something like 'vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492. Nicholas Marriott 2018-10-08 13:21:37 +01:00
  • 46847e9b2e Update TODO. Nicholas Marriott 2018-10-08 13:06:37 +01:00
  • 1952b3f746 Update CHANGES. Nicholas Marriott 2018-10-07 15:06:40 +01:00
  • 546060f340 Update TODO. Nicholas Marriott 2018-10-07 15:01:41 +01:00
  • c44bb2df17 Merge branch 'obsd-master' Thomas Adam 2018-10-03 17:02:38 +01:00
  • f7c85f3ed8 Do not move the cursor when the mouse wheel is used, GitHub issue 1493. nicm 2018-10-03 15:27:55 +00:00
  • 5a7cf897f2 Correctly check offset for drawing multiple cells, GitHub issue 1481. Nicholas Marriott 2018-10-01 19:47:58 +01:00
  • 8053b65f1e Fix select-pane -m, GitHub issuie 1490. Nicholas Marriott 2018-09-28 09:38:22 +01:00
  • a00cdcdfcb Merge branch 'obsd-master' Thomas Adam 2018-09-27 11:02:37 +01:00
  • 228e1a3951 Use same working directory rules for jobs as new windows rather than always starting in home, GitHub issue 1488. nicm 2018-09-27 07:43:18 +00:00
  • ebaf54251a Add formats for when window is larger than client, and show offset in status-right by default when larger. Nicholas Marriott 2018-09-26 18:41:18 +01:00
  • b74b047730 More of revert. Nicholas Marriott 2018-09-26 16:49:03 +01:00
  • 04c6db2d0f Revert "Add a B flag to mark windows bigger than the client." Nicholas Marriott 2018-09-26 16:42:29 +01:00
  • 6abb62df1e Change the B into a +. Nicholas Marriott 2018-09-25 21:57:14 +01:00
  • 7cf00d6b72 Merge branch 'obsd-master' Thomas Adam 2018-09-25 17:02:41 +01:00
  • 7d59f82cf9 Allow panes to be 1 line or column by redrawing instead of using the scroll region, from Soeren Tempel in GitHub issue 1487. nicm 2018-09-25 14:27:20 +00:00
  • cbf1504fca Do not clamp to needed size since it may be too big. Nicholas Marriott 2018-09-25 15:15:44 +01:00
  • 83b2d5c513 window_printable_flags needs an additional argument. Nicholas Marriott 2018-09-25 09:55:49 +01:00
  • b4e74f4310 Add a B flag to mark windows bigger than the client. Nicholas Marriott 2018-09-25 09:54:47 +01:00
  • 26d73a7736 Ignore clients that are suspended or exiting. Nicholas Marriott 2018-09-25 09:48:48 +01:00
  • 57069287a1 Add to TODO. Nicholas Marriott 2018-09-25 08:27:43 +01:00
  • 4799f43298 Merge branch 'obsd-master' Thomas Adam 2018-09-24 17:02:38 +01:00
  • 7bc6c105b7 Only include pane status in minimum size if it is turned on, GitHub issue 1480. nicm 2018-09-24 15:29:56 +00:00
  • ad71e7f9d2 Calculate size when trimming RHS correctly. Nicholas Marriott 2018-09-24 12:17:29 +01:00
  • 71d2ab184b Fix up merge. Nicholas Marriott 2018-09-12 07:15:27 +01:00
  • c067af8e7d Merge branch 'obsd-master' Thomas Adam 2018-09-11 20:11:11 +01:00
  • 3fa538181b Restore window_pane_visible for drawing panes and borders, fixes issue 1458 reported by Felix Rosencrantz, problem located by Avi Halachmi. Nicholas Marriott 2018-09-11 18:34:53 +01:00
  • be2201200f The cursor position is limited to the margins for CUF and CUB, so turn margins off for printing cells (like most everything else already does). Problem reported by Thomas Sattler. nicm 2018-09-11 17:31:01 +00:00
  • 84df87011c x,y -> px,py. Nicholas Marriott 2018-09-11 09:39:28 +01:00
  • 5e36d52651 Merge branch 'obsd-master' Thomas Adam 2018-09-11 09:21:16 +01:00
  • bd9133b31d Do not check for mouse events on pane borders when zoomed, based on a fix from Avi Halachmi. nicm 2018-09-11 06:37:54 +00:00
  • 9b32758a0c Merge branch 'obsd-master' Thomas Adam 2018-09-10 09:02:39 +01:00
  • 5aa435a9f0 window_get_active_at needs to check visible also. Nicholas Marriott 2018-09-10 07:51:11 +01:00
  • 1b92afa799 Do not clear selection when searching. nicm 2018-09-10 06:48:01 +00:00
  • a618271e12 Bring back window_pane_visible to stop input going to panes which are hidden by zoom. Nicholas Marriott 2018-09-10 07:19:17 +01:00
  • 8598fd1bc5 Add to TODO. Nicholas Marriott 2018-09-09 07:52:28 +01:00
  • 59df942e09 Fixes to resize-window from Ben Boeckel. Nicholas Marriott 2018-09-05 08:43:58 +01:00