Skip to content
  • deuce's avatar
    2076157e
    Fix a pair of visual glitches noticed in curses mode: · 2076157e
    deuce authored
    1) When the remote initiated a disconnection, every screen write wasn't visible
       until after the next key was pressed, resulting in an unusable state.
       This was due to not resetting hold_update on disconnect.
    2) The time on the status bar was only updating on input from the remote.
       This was just plain silly.
    2076157e
    Fix a pair of visual glitches noticed in curses mode:
    deuce authored
    1) When the remote initiated a disconnection, every screen write wasn't visible
       until after the next key was pressed, resulting in an unusable state.
       This was due to not resetting hold_update on disconnect.
    2) The time on the status bar was only updating on input from the remote.
       This was just plain silly.
Loading