Branch: refs/heads/3.2-rc
  Home:   https://github.com/tmux/tmux
  Commit: 81e57365102b8f7d067b1bd8b431529aef74fe14
      
https://github.com/tmux/tmux/commit/81e57365102b8f7d067b1bd8b431529aef74fe14
  Author: nicm <nicm>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M grid-reader.c
    M window-copy.c

  Log Message:
  -----------
  Copy mode improvements from Anindya Mukherjee:

- Fix word and word-end for wrapped lines.
- Fix copying of selection end on wrapped lines.
- Fix wrapped word selection edge case.
- Update select-line to respect wrapped lines.
- Update window_copy_..._pos() functions to use grid_reader.

GitHub issue 2605.


  Commit: ff77658f27cd15f4850e8a60db058e8614ef83bc
      
https://github.com/tmux/tmux/commit/ff77658f27cd15f4850e8a60db058e8614ef83bc
  Author: Thomas Adam <[email protected]>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M grid-reader.c
    M window-copy.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 7f87280cd539c26a9b088cca2de895dd86b60449
      
https://github.com/tmux/tmux/commit/7f87280cd539c26a9b088cca2de895dd86b60449
  Author: nicm <nicm>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Allow cursor to be just after match if copying, GitHub issue 2602.


  Commit: 541872bc5754a8f4daa84f23043c356f7ac4f663
      
https://github.com/tmux/tmux/commit/541872bc5754a8f4daa84f23043c356f7ac4f663
  Author: Thomas Adam <[email protected]>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: d98f9f7fe56beefeb294184ffaed24b7ea510a97
      
https://github.com/tmux/tmux/commit/d98f9f7fe56beefeb294184ffaed24b7ea510a97
  Author: nicm <nicm>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

  Changed paths:
    M cmd-join-pane.c
    M cmd-rotate-window.c
    M cmd-select-pane.c
    M cmd-split-window.c
    M cmd-swap-pane.c
    M cmd-switch-client.c
    M layout-custom.c
    M layout-set.c
    M layout.c
    M options.c
    M spawn.c
    M tmux.1
    M tmux.h
    M window.c

  Log Message:
  -----------
  Add split-window -Z to start the pane zoomed, GitHub issue 2591.


  Commit: 3eb91efba160eff0b077a5fee902edb632f7fdca
      
https://github.com/tmux/tmux/commit/3eb91efba160eff0b077a5fee902edb632f7fdca
  Author: nicm <nicm>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

  Changed paths:
    M format-draw.c
    M options-table.c
    M style.c
    M tmux.1
    M tmux.h

  Log Message:
  -----------
  Add an "absolute-centre" alignment to use the centre of the total space
instead of only the available space. From Magnus Gross in GitHub issue 2578.


  Commit: ee0df1b8f8a9099fbd67a73c9fb20b89c64d6106
      
https://github.com/tmux/tmux/commit/ee0df1b8f8a9099fbd67a73c9fb20b89c64d6106
  Author: nicm <nicm>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

  Changed paths:
    M format.c
    M server.c
    M tmux.h

  Log Message:
  -----------
  Tidy old jobs every hour instead of every 30 seconds.


  Commit: 12cfd0d22b630ead9c6d739b13c3409485ea551c
      
https://github.com/tmux/tmux/commit/12cfd0d22b630ead9c6d739b13c3409485ea551c
  Author: Thomas Adam <[email protected]>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

  Changed paths:
    M cmd-join-pane.c
    M cmd-rotate-window.c
    M cmd-select-pane.c
    M cmd-split-window.c
    M cmd-swap-pane.c
    M cmd-switch-client.c
    M format-draw.c
    M format.c
    M layout-custom.c
    M layout-set.c
    M layout.c
    M options-table.c
    M options.c
    M server.c
    M spawn.c
    M style.c
    M tmux.1
    M tmux.h
    M window.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: ef9700816fd2bd521bab837ccd85e0a596aa3aa8
      
https://github.com/tmux/tmux/commit/ef9700816fd2bd521bab837ccd85e0a596aa3aa8
  Author: Nicholas Marriott <[email protected]>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

  Changed paths:
    M grid.c
    M server.c

  Log Message:
  -----------
  malloc_trim is itself very poor and gets slower and slower as the heap becomes
more fragmented. Run it only once an hour. GitHub issue 2551.


  Commit: 46cbbe3d4566885b8ad4235598389936f63c2c01
      
https://github.com/tmux/tmux/commit/46cbbe3d4566885b8ad4235598389936f63c2c01
  Author: Nicholas Marriott <[email protected]>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

  Changed paths:
    M cmd-join-pane.c
    M cmd-rotate-window.c
    M cmd-select-pane.c
    M cmd-split-window.c
    M cmd-swap-pane.c
    M cmd-switch-client.c
    M format-draw.c
    M format.c
    M grid-reader.c
    M grid.c
    M layout-custom.c
    M layout-set.c
    M layout.c
    M options-table.c
    M options.c
    M server.c
    M spawn.c
    M style.c
    M tmux.1
    M tmux.h
    M window-copy.c
    M window.c

  Log Message:
  -----------
  Merge branch 'master' into 3.2-rc


Compare: https://github.com/tmux/tmux/compare/7bef887fd105...46cbbe3d4566

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/3.2-rc/7bef88-46cbbe%40github.com.

Reply via email to