rustyline
rustyline copied to clipboard
feat: add openmpi compatibility feature
What?
Simple OpenMPI compatibility fix.
Why?
OpenMPI takes control of a lot of things terminal-wise, leading to any terminal effectively acting as if unsupported, which in turn ends up breaking the prompt since this is not visible from the TERM environment variable.
How?
Feature flag + OpenMPI environment variable check during terminal support check.