We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a1e6a commit b3283caCopy full SHA for b3283ca
.ttytter/oxhak_ttytter_output.pl
@@ -13,15 +13,15 @@
13
(my $wrappedfinal = $wrapped) =~ s/\n\n//g;
14
my $menu_select = $ref->{'menu_select'};
15
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 ".
+ my $string =
+ # "\e[47m\e[90m". #this is the text layout, for customize color and more see http://misc.flogisoft.com/bash/tip_colors_and_formatting
+ "\e[1m[\033[m" . ${menu_select} . "\e[1m] ".
+ "\e[49m\e[1m".
20
${sn} . ''.
21
- "\033[m\e[49m\n".
+ "\n\033[m\e[49m".
22
${wrappedfinal} . ''.
23
"\n \n";
24
25
print $streamout $string;
26
return 1; # one logical tweet accepted
27
-};
+};
0 commit comments