AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.08k stars 351 forks source link

reverted konsole support which broke runereader #308

Closed AlecAivazis closed 3 years ago

AlecAivazis commented 3 years ago

This PR addresses a bug reported in #307 and reverts the changes made by @System-Glitch which seems to have broken runereader in both windows and the default mac terminal.

Unfortunately this means we don't currently support Konsole but that can come after this gets fixed.

cc @pantelis-karamolegkos

System-Glitch commented 3 years ago

I will look into it and try to fix it. Thank you for mentioning me.