Commit eb71b85
authored
fix: session environ should return $TERM (#31)
By default, the TERM environment variable is sent separately in the
`pry-req` request when the session is a PTY session. Other environment
variables have their own request type `env` and get handled separately.
This combines these two and returns a slice that contains TERM and all
other sent environment variables.
Refs: charmbracelet/bubbletea#10631 parent a40c6a0 commit eb71b85
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
199 | 203 | | |
200 | 204 | | |
201 | 205 | | |
| |||
0 commit comments