Commit c5e737d
committed
Window(fix[move_window]): -r is standalone renumber, not renumber-after-move
why: In tmux's cmd-move-window.c, the -r flag triggers session_renumber_windows()
and returns CMD_RETURN_NORMAL immediately — the move logic on subsequent lines
is never reached. The docstring incorrectly said "Renumber all windows after
moving" implying both a renumber and a move occur.
what:
- Fix docstring to document -r as a standalone operation
- Note that other parameters are ignored when renumber is used1 parent a800cbb commit c5e737d
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
969 | 969 | | |
970 | 970 | | |
971 | 971 | | |
972 | | - | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
973 | 975 | | |
974 | 976 | | |
975 | 977 | | |
| |||
0 commit comments