Show More
@@ -1221,6 +1221,11 b' def termwidth():' | |||||
1221 | return array.array('h', arri)[1] |
|
1221 | return array.array('h', arri)[1] | |
1222 | except ValueError: |
|
1222 | except ValueError: | |
1223 | pass |
|
1223 | pass | |
|
1224 | except IOError, e: | |||
|
1225 | if e[0] == errno.EINVAL: | |||
|
1226 | pass | |||
|
1227 | else: | |||
|
1228 | raise | |||
1224 | except ImportError: |
|
1229 | except ImportError: | |
1225 | pass |
|
1230 | pass | |
1226 | return 80 |
|
1231 | return 80 |
General Comments 0
You need to be logged in to leave comments.
Login now