Branch: refs/heads/scrollbars
  Home:   https://github.com/tmux/tmux
  Commit: 63582c154c760652093846e3d009fcf9c93ece95
      
https://github.com/tmux/tmux/commit/63582c154c760652093846e3d009fcf9c93ece95
  Author: nicm <nicm>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M grid-reader.c

  Log Message:
  -----------
  Add a helper function for cell data comparison, from Alexander Arch.


  Commit: 9623ec3ee45df3de1396380f181f55662a63d6ce
      
https://github.com/tmux/tmux/commit/9623ec3ee45df3de1396380f181f55662a63d6ce
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M grid-reader.c

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


  Commit: fdbc6cdea543695bb10622d1a483507639f52ad9
      
https://github.com/tmux/tmux/commit/fdbc6cdea543695bb10622d1a483507639f52ad9
  Author: nicm <nicm>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M grid-reader.c
    M grid.c
    M input.c
    M screen-write.c
    M tmux.h
    M window-copy.c

  Log Message:
  -----------
  Flag tabs if possible in the grid cell so they can be preserved on
copying and capture-pane. From Alexander Arch in GitHub issue 4201.


  Commit: eaec0a48f4f07060f4bdfdd19fe8cd3fe5818fe7
      
https://github.com/tmux/tmux/commit/eaec0a48f4f07060f4bdfdd19fe8cd3fe5818fe7
  Author: nicm <nicm>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M format.c
    M window-copy.c

  Log Message:
  -----------
  Do not stop stop at first padding in format_grid_line and handle tabs.


  Commit: 487b0ee124363f838bfd5dcc1dcccd4db22f414a
      
https://github.com/tmux/tmux/commit/487b0ee124363f838bfd5dcc1dcccd4db22f414a
  Author: nicm <nicm>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Do not attempt to search for zero length strings, from Alexander Arch in
GitHub issue 4209.


  Commit: 71a503e40c48bf36c66f9723faa0c9aa0a828363
      
https://github.com/tmux/tmux/commit/71a503e40c48bf36c66f9723faa0c9aa0a828363
  Author: nicm <nicm>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M status.c
    M tmux.h

  Log Message:
  -----------
  Allow control characters to be entered at the command prompt prefixed
with with C-v, from  Alexander Arch in GitHub issue 4206.


  Commit: 911d768b71dc22eb03898df6db649df13c41b020
      
https://github.com/tmux/tmux/commit/911d768b71dc22eb03898df6db649df13c41b020
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M format.c
    M grid-reader.c
    M grid.c
    M input.c
    M screen-write.c
    M status.c
    M tmux.h
    M window-copy.c

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


  Commit: 40c01c2d370e637e2ed4dfd247fdecdb84b4ac81
      
https://github.com/tmux/tmux/commit/40c01c2d370e637e2ed4dfd247fdecdb84b4ac81
  Author: nicm <nicm>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Allow tabs even on terminals without UTF-8, reported by jmc.


  Commit: 895044c52b6bd512bc774af6e5264e85dfe2773f
      
https://github.com/tmux/tmux/commit/895044c52b6bd512bc774af6e5264e85dfe2773f
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M tty.c

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


  Commit: 125a7b91776a02d3ba391bbcdaf571cbbe2a33f2
      
https://github.com/tmux/tmux/commit/125a7b91776a02d3ba391bbcdaf571cbbe2a33f2
  Author: nicm <nicm>
  Date:   2024-10-28 (Mon, 28 Oct 2024)

  Changed paths:
    M status.c

  Log Message:
  -----------
  Fix issues in the command prompt: set PROMPT_QUOTENEXT after quoting
than before, meaning that accidentally scrolling the mouse wheel doesn't
break quoting; and move the cursor correctly over wide characters. From
Alexander Arch in GitHub issue 4212.


  Commit: 62e15e905bda23de4aafca6c3f9bc08ebe2326a1
      
https://github.com/tmux/tmux/commit/62e15e905bda23de4aafca6c3f9bc08ebe2326a1
  Author: nicm <nicm>
  Date:   2024-10-28 (Mon, 28 Oct 2024)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Treat tabs as a word separator, from Alexander Arch in GitHub issue
4201.


  Commit: c8bd42de160902a3efebf021b660fd230ca08ca2
      
https://github.com/tmux/tmux/commit/c8bd42de160902a3efebf021b660fd230ca08ca2
  Author: nicm <nicm>
  Date:   2024-10-28 (Mon, 28 Oct 2024)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Match tab cells when searching, from Alexander Arch in GitHub issue
4201.


  Commit: bbc3cc558c642834e0ba20dd124f0f124217ad5f
      
https://github.com/tmux/tmux/commit/bbc3cc558c642834e0ba20dd124f0f124217ad5f
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2024-10-28 (Mon, 28 Oct 2024)

  Changed paths:
    M format.c
    M status.c
    M window-copy.c

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


  Commit: 46f384665965dd279754915772d3d86245b48784
      
https://github.com/tmux/tmux/commit/46f384665965dd279754915772d3d86245b48784
  Author: Nicholas Marriott <nicholas.marri...@gmail.com>
  Date:   2024-10-31 (Thu, 31 Oct 2024)

  Changed paths:
    M Makefile.am

  Log Message:
  -----------
  Add -Wno-macro-redefined for macOS.


  Commit: 3c6c7f3422ef5017e3aaa9ac74578e3fe433ffd3
      
https://github.com/tmux/tmux/commit/3c6c7f3422ef5017e3aaa9ac74578e3fe433ffd3
  Author: Nicholas Marriott <nicholas.marri...@gmail.com>
  Date:   2024-10-31 (Thu, 31 Oct 2024)

  Changed paths:
    M Makefile.am
    M format.c
    M grid-reader.c
    M grid.c
    M input.c
    M screen-write.c
    M status.c
    M tmux.h
    M tty.c
    M window-copy.c

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


Compare: https://github.com/tmux/tmux/compare/fa007e43d5fd...3c6c7f3422ef

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/scrollbars/fa007e-3c6c7f%40github.com.

Reply via email to