Skip to content

Commit

Permalink
Wrap tweets at 65 columns; it looks better and makes 80-char terminal…
Browse files Browse the repository at this point in the history
…s happy.
  • Loading branch information
icculus committed Sep 9, 2017
1 parent aec2d1a commit 1908b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gopherspace/twitter
Expand Up @@ -93,7 +93,7 @@ my %commands = (
send_gopher_menu('i', "\@$user - $created_at");
send_gopher_menu('i');

$Text::Wrap::columns = 72;
$Text::Wrap::columns = 65;
$text = wrap('', '', $text);
my @lines = split /^/, $text;
foreach (@lines) { chomp;
Expand Down

0 comments on commit 1908b07

Please sign in to comment.