Skip to content

Instantly share code, notes, and snippets.

@bitprophet
Created August 19, 2011 02:00
Show Gist options
  • Save bitprophet/0bef63adb41547dbb72b to your computer and use it in GitHub Desktop.
Save bitprophet/0bef63adb41547dbb72b to your computer and use it in GitHub Desktop.
--- operations.py.original 2011-03-17 12:05:46.000000000 -0700
+++ operations.py 2011-03-17 12:05:53.295863187 -0700
@@ -54,6 +54,8 @@
# Or termios not having a TIOCGWINSZ.
except AttributeError:
pass
+ except IOError:
+ pass
return rows, cols
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment