Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 7b6fbe726236566e0d9170d3a531f83ce02f0431
      
https://github.com/tmux/tmux/commit/7b6fbe726236566e0d9170d3a531f83ce02f0431
  Author: nicm <nicm>
  Date:   2024-08-04 (Sun, 04 Aug 2024)

  Changed paths:
    M mode-tree.c
    M tmux.h
    M window-buffer.c

  Log Message:
  -----------
  Adjust the logic when deleting last buffer to better preserve the
selection: if selecting the element below the deleted one fails (because
as the last one), select the one above it instead. From Daniel Mueller,
GitHub issue 4043.


  Commit: fc7ee7efc729017f7e797b75f5ed9d0f9139d350
      
https://github.com/tmux/tmux/commit/fc7ee7efc729017f7e797b75f5ed9d0f9139d350
  Author: nicm <nicm>
  Date:   2024-08-04 (Sun, 04 Aug 2024)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  -l should be before -r, pointed out by jmc a while ago.


  Commit: b88130d24b71070df3fb9c5059d236b93c9e68d8
      
https://github.com/tmux/tmux/commit/b88130d24b71070df3fb9c5059d236b93c9e68d8
  Author: nicm <nicm>
  Date:   2024-08-04 (Sun, 04 Aug 2024)

  Changed paths:
    M options-table.c
    M tty.c

  Log Message:
  -----------
  The Linux console has some bugs with bright colours. It seems likely
that it is emulating them by setting a bright (or bold) flag; however,
when the colour is changed from a bright colour (say SGR 96) to a
non-bright (say SGR 36), the flag is not reset, so the new colour
remains as bright. SGR 39 (default colour) also does not reset, so you
end up with the bright default colour. Work around this by sending SGR 0
when switching away from a bright colour, and disable AX for TERM=linux.
Also make the check for AX simpler and do not check for the op
capability is not actually used. GitHub issue 3976.


  Commit: 4008e2ff6d18732208c9a2079c6e897db1321078
      
https://github.com/tmux/tmux/commit/4008e2ff6d18732208c9a2079c6e897db1321078
  Author: nicm <nicm>
  Date:   2024-08-04 (Sun, 04 Aug 2024)

  Changed paths:
    M cmd-parse.y
    M tty.c

  Log Message:
  -----------
  Make a little effort to treate CRLF as LF in config files. GitHub issue
3720.


  Commit: 651891c3bd32ecc4671e8e3e36efc10d48ca0654
      
https://github.com/tmux/tmux/commit/651891c3bd32ecc4671e8e3e36efc10d48ca0654
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2024-08-04 (Sun, 04 Aug 2024)

  Changed paths:
    M cmd-parse.y
    M mode-tree.c
    M options-table.c
    M tmux.1
    M tmux.h
    M tty.c
    M window-buffer.c

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


Compare: https://github.com/tmux/tmux/compare/d0eb3fe543ff...651891c3bd32

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 on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/d0eb3f-651891%40github.com.

Reply via email to