Commit 0a071d3
committed
Pane(fix[display_popup]): correct border_style flag and add style param
why: display_popup mapped border_style to -s but tmux uses -S for
border-style and -s for general popup style. This matched the wrong
tmux flag and left the style parameter inaccessible.
what:
- Change border_style flag from -s to -S
- Add style parameter mapped to -s
- Update docstring to reflect correct flag mappings1 parent 00c13b5 commit 0a071d3
1 file changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1154 | 1154 | | |
1155 | 1155 | | |
1156 | 1156 | | |
| 1157 | + | |
1157 | 1158 | | |
1158 | 1159 | | |
1159 | 1160 | | |
| |||
1185 | 1186 | | |
1186 | 1187 | | |
1187 | 1188 | | |
| 1189 | + | |
| 1190 | + | |
1188 | 1191 | | |
1189 | | - | |
| 1192 | + | |
1190 | 1193 | | |
1191 | 1194 | | |
1192 | 1195 | | |
| |||
1247 | 1250 | | |
1248 | 1251 | | |
1249 | 1252 | | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
1250 | 1262 | | |
1251 | 1263 | | |
1252 | | - | |
| 1264 | + | |
1253 | 1265 | | |
1254 | 1266 | | |
1255 | 1267 | | |
| |||
0 commit comments