You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eclair crashes if users changes the size of the terminal buffer in the server selection menu. Maybe we should add some handlers to the curses module in order to gracefully handle the change of terminal buffer size.
The text was updated successfully, but these errors were encountered:
Fixesdevsisters#8
Add error handling to the `resize` method in `lib/eclair/grid.rb` to gracefully handle terminal buffer size changes.
* Wrap the existing `resize` method code in a `begin-rescue` block to catch and handle exceptions.
* Add a `log_error` method to log any errors encountered during the resize process to an "error.log" file.
Uh oh!
There was an error while loading. Please reload this page.
Eclair crashes if users changes the size of the terminal buffer in the server selection menu. Maybe we should add some handlers to the curses module in order to gracefully handle the change of terminal buffer size.
The text was updated successfully, but these errors were encountered: