Commit d0050b2
fix(tmux_read): implement tail behaviour and change default lines from 100 to 20
- Always capture full _MAX_READ_LINES scrollback buffer from tmux
- Slice last N lines in Python for true tail behaviour
- Change default lines: 100 -> 20
- Update description to reflect new behaviour
Tested with: claude-sonnet-4-6
Co-Authored-By: bpsa2 <241537330+bpsa2@users.noreply.github.com>1 parent c971069 commit d0050b2
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | | - | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
184 | 187 | | |
185 | 188 | | |
186 | 189 | | |
| |||
0 commit comments