Commit 6268462
fix: Linux process not exiting, CR-only lines overwritten in PST terminal (v0.9.23)
- Remove duplicate window-all-closed handler that raced with serial port
cleanup, leaving /dev/ttyUSB0 held open on Linux after closing windows
- Add 5s safety timeout to shutdown so process exits even if port close hangs
- CR now implies LF in PST mode so CR-only programs display correctly;
CR+LF programs are not double-spaced
- Fix devcontainer postCreateCommand to install correct leptonica package
(libleptonica6 + symlink) for image-tools-mcp on Debian Trixie
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3b3cd17 commit 6268462
6 files changed
Lines changed: 43 additions & 128 deletions
File tree
- .devcontainer
- src
- classes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
8 | 18 | | |
9 | 19 | | |
10 | 20 | | |
| |||
0 commit comments