wangp / bower

A curses terminal client for the Notmuch email system
Other
119 stars 11 forks source link

Uncaught exception #51

Closed wangp closed 5 years ago

wangp commented 5 years ago

Steps to reproduce:

  1. try to send message, have sendmail command fail
  2. postpone message
Uncaught Mercury exception:
Software Error: screen: predicate `screen.get_real_screen'/2: Unexpected: screen already destroyed
wangp commented 5 years ago

There must have been a resize in there somewhere. Nonetheless, the current setup is too fragile so I should abstract the use of curses pointers away from most of the code.

wangp commented 5 years ago

Fixed