Skip to content

Commit

Permalink
Fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolty95 committed Oct 19, 2016
1 parent abd3823 commit 89f450b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ int main() {
// Definimos la lista del menu
char* menu[lista] = {"Editar IP", "Editar y controlar PC", "Controlar PC", "Salir"};

consoleSelect(&topScreen);
// Dibujamos en la pantalla un mensaje en verde
printf("\x1b[%d;%dH\x1b[31m---------\x1b[0m\x1b[32mProject: E S K Y \x1b[0m\x1b[31m---------\x1b[0m", 7, INDICE);

Expand Down

0 comments on commit 89f450b

Please sign in to comment.