You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adapt to current_terminfo becoming a OncePerProcess
Julia base has changed current_terminfo from a simple global variable
to a OncePerProcess type. This commit updates all usage sites to call
current_terminfo() as a function instead of accessing it directly.
For tests, we need to directly manipulate the OncePerProcess internal
value field, which is unsafe but necessary for testing different
terminal configurations without restarting the process.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments