Vbbab
Vbbab
And yes, `` is configured as a **never-close tag**.
Determined this to be a config loading issue, with `atom.config.observe`. Gonna try to fix.
Seems to be an Atom bug? Submitted [Issue #21642](https://github.com/atom/atom/issues/21642) on Atom.
Perhaps the Interrupt is colored (**^C**)?
Oh and it appears that the bug only reproduces if you **wait a few seconds** at the first prompt. In that case the interrupt is red. Waiting up to 4...
If I interrupt it at *exactly* 4 seconds, this error shows up, but is blank: 
but if I interrupt at different time intervals, things happen: - Immediately: Regular **white** ^C, user shell is **normal** - At 4 secs: **error**, **red** ^C, user shell is **red**...
Could this be a bug with some sort of input-handling loop? Or maybe `rustup-init` is loading something within the initial 4 secs?
OK... Is there any way that I can see `rustup-init`'s code? (Or is that closed-source?) All I see on this repo is a `rustup-init.sh`
OK, thanks!