Skip to content

Commit

Permalink
updating print icons
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rb1dd3n committed Jan 20, 2019
1 parent 6a38349 commit a0f8052
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sbin/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
extern char *optarg;
// extern int optind;

char good[] = "\e[01;34m[\e[00m+\e[01;34m]\e[00m";
char awesome[] = "\e[01;32m[\e[00m+\e[01;32m]\e[00m";
char bad[] = "\e[01;31m[\e[00m-\e[01;31m]\e[00m";
char warn[] = "\e[01;33m[\e[00m!\e[01;33m]\e[00m";
char good[] = "\e[01;34m[*]\e[00m";
char awesome[] = "\e[01;32m[+]\e[00m";
char bad[] = "\e[01;31m[-]\e[00m";
char warn[] = "\e[01;33m[!]\e[00m";

void p_error(char *message)
{
Expand Down Expand Up @@ -78,4 +78,4 @@ void banner2(void)
"\n");
}

#endif
#endif

0 comments on commit a0f8052

Please sign in to comment.