Commit 870807a
fix: stopped status would never return from that state (#324)
* fix: show C-p groups hint only when group field is focused
The rename dialog bottom hint line showed "C-p groups" on all fields,
but Ctrl+P only works on the group field (focused_field == 1). Add the
same focused_field guard already used in handle_key and group_hint
rendering so the hint matches the actual behavior.
* stop status stuck
---------
Co-authored-by: 김명주 <hanson@loplat.com>1 parent c2ce2a5 commit 870807a
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
309 | 312 | | |
310 | 313 | | |
311 | 314 | | |
| |||
319 | 322 | | |
320 | 323 | | |
321 | 324 | | |
322 | | - | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
323 | 329 | | |
324 | 330 | | |
325 | 331 | | |
| |||
0 commit comments