summaryrefslogtreecommitdiff
path: root/src/c/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/tty.c')
-rw-r--r--src/c/tty.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/c/tty.c b/src/c/tty.c
index 116a15e..c473fa1 100644
--- a/src/c/tty.c
+++ b/src/c/tty.c
@@ -110,9 +110,8 @@ void neofetch()
for(size_t i=0;i<16;i++)
{
- if(i==0) set_color(i,VGA_COLOR_WHITE);
- else set_color(i,VGA_COLOR_BLACK);
- printf("@%d ",i);
+ set_color(0,i);
+ printf(" ",i);
}
printf("\n");