Skip to content
  • Garrett D'Amore's avatar
    fixes #129 Very high IDLE_WAKE - Power consumption · 50f9ed76
    Garrett D'Amore authored
    fixes #164 KeyEscape does not work in Go 1.9 under Linux
    
    This is a complete refactor of the input loop for UNIX systems.
    We use a blocking reader on the TTY, and a separate select
    loop for timers and other events.  This means that our idle
    use should be low now.
    50f9ed76