Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: session environ should return $TERM #31

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Conversation

aymanbagabas
Copy link
Member

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#1063

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#1063
@aymanbagabas aymanbagabas merged commit eb71b85 into master Jul 25, 2024
12 checks passed
@aymanbagabas aymanbagabas deleted the sess-environ branch July 25, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants