Commit 2ca8063
committed
hooks.py(fix[set_hook]): Remove invalid prevent_overwrite parameter
why: tmux set-hook does not accept -o flag (only set-option does).
Verified against ~/study/c/tmux/cmd-set-option.c:65 which shows
set-hook accepts "agpRt:uw" only.
what:
- Remove prevent_overwrite parameter from set_hook() signature
- Remove prevent_overwrite flag handling code1 parent da38b70 commit 2ca8063
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| |||
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | 159 | | |
165 | 160 | | |
166 | 161 | | |
| |||
0 commit comments