You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(filtering[rename]): "C-side" → "native" across docstrings and CHANGES
why: "C-side" leaks tmux's implementation language (C) into prose
about an architectural distinction — filter evaluated in tmux's
own format engine vs. re-filtered in Python. "Native" reads
cleanly as "tmux's own", parallels "Python-side", and avoids the
language conflation.
what:
- Rename the MyST anchor (c-side-filtering)= to (native-filtering)=
in docs/topics/filtering.md; update the 9 {ref} cites across
server.py, session.py, window.py, neo.py, clients.md,
traversal.md.
- Replace "tmux's C-side <noun>" with "tmux's native <noun>" in 7
docstring locations + 1 test docstring.
- Rename the filtering.md section heading "C-Side Filtering" to
"Native Filtering" and the comparison subsection "Python-side
vs. C-side" to "Python-side vs. native".
- Rename the CHANGES section heading and lead-paragraph mention to
match.
Net zero line count (24 inserted, 24 deleted) — pure prose rename.
No functional or type changes; pytest, ruff, ty, and the docs
build are unchanged from pre-rename.
0 commit comments