On master, a console resize event will clear the prompt. To fix this, we store the content of the prompt and re-set it upon a resize. This preserves the prompt text throughout resizes. The text will still clear when you click the clear button, as it should.
Master
Before Resize | After Resize |
---|---|
PR
Before Resize | After Resize |
---|---|
Closes #269