kdheepak / TerminalUserInterfaces.jl

Terminal User Interfaces in Julia.
MIT License
97 stars 5 forks source link

Changing ispaused setting during close #15

Closed zot closed 2 years ago

zot commented 2 years ago

No reason to set ispaused to false. Instead, setting ispaused to true might be safer, although probably there will only be a context switch during a read or sleep.