Commit 969190f
Fix interactive mode garbling and login shell PATH conflict
The diff renderer was not invalidated when entering/exiting
interactive mode, causing the cell buffer to get out of sync
when the frame layout changed (different box style, hotkeys).
Force a full redraw on mode transitions.
Also switch from bash -lc to bash -c for subprocess execution.
Login shell initialization can reorder PATH and shadow the
user's preferred PHP binary (e.g. Herd) with a system install.
The subprocess already inherits the correct environment from
the parent process.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8dc46c8 commit 969190f
File tree
3 files changed
+4
-2
lines changed- src
- Commands/Concerns
- Prompt
- tests/Unit
3 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
272 | 273 | | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
| 278 | + | |
277 | 279 | | |
278 | 280 | | |
279 | 281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments