Skip to content

Commit b3283ca

Browse files
author
Ox HaK
committed
latest commit
1 parent f6a1e6a commit b3283ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.ttytter/oxhak_ttytter_output.pl

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
(my $wrappedfinal = $wrapped) =~ s/\n\n//g;
1414
my $menu_select = $ref->{'menu_select'};
1515

16-
my $string =
17-
"\e[47m\e[30m". #this is the text layout, for customize color and more see http://misc.flogisoft.com/bash/tip_colors_and_formatting
18-
${menu_select} . ''.
19-
"\e[44m\e[39m\033[1m ".
16+
my $string =
17+
# "\e[47m\e[90m". #this is the text layout, for customize color and more see http://misc.flogisoft.com/bash/tip_colors_and_formatting
18+
"\e[1m[\033[m" . ${menu_select} . "\e[1m] ".
19+
"\e[49m\e[1m".
2020
${sn} . ''.
21-
"\033[m\e[49m\n".
21+
"\n\033[m\e[49m".
2222
${wrappedfinal} . ''.
2323
"\n \n";
2424

2525
print $streamout $string;
2626
return 1; # one logical tweet accepted
27-
};
27+
};

0 commit comments

Comments
 (0)