Branch: refs/heads/disable_terminal_features
  Home:   https://github.com/tmux/tmux
  Commit: d241a48bbbc9684ff0b386cf7b3eaf102a700c3d
      
https://github.com/tmux/tmux/commit/d241a48bbbc9684ff0b386cf7b3eaf102a700c3d
  Author: Michael Grant <[email protected]>
  Date:   2026-08-17 (Mon, 17 Aug 2026)

  Changed paths:
    M server-client.c
    M tmux.h
    M tty-features.c
    M tty-keys.c
    M tty-term.c
    M tty.c

  Log Message:
  -----------
  tty: move disabled features to tty_term

Keep the terminal-features feature@ disable mask alongside the
terminal's enabled feature flags, rather than in struct client.

This avoids tty-features.c reaching through term->tty->client and
keeps the effective terminal capabilities and their explicit
exclusions in one place.

Update terminal creation and runtime feature probes to use the
terminal's disable mask, and remove the client field.



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 [email protected].
To view this discussion, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/disable_terminal_features/6fc256-d241a4%40github.com.

Reply via email to