summaryrefslogtreecommitdiff
path: root/lstwitchfollowers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lstwitchfollowers.rb')
-rwxr-xr-xlstwitchfollowers.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lstwitchfollowers.rb b/lstwitchfollowers.rb
index 296b4e9..69d8ec2 100755
--- a/lstwitchfollowers.rb
+++ b/lstwitchfollowers.rb
@@ -15,6 +15,10 @@ http.read_timeout = 500
width = `stty size`.split[1].to_i
+if width < 97
+ width=97
+end
+
def followers(http, path, key, width)
total = 100