mirror of
https://github.com/n05la3/cmdtypist
synced 2024-11-07 15:20:28 +00:00
Edited color comments
This commit is contained in:
parent
c956a1d519
commit
d37ed7b03c
@ -18,13 +18,13 @@ void make_current(FILE *file_to_remove_from);
|
||||
char mode=8;//mode of play, could be random or standard, setting it defined amount to prevent it from being initialised to 0
|
||||
FILE *noslac_lessonp;
|
||||
char ch;//used for character input and testing.
|
||||
#define RED "\x1B[31m"//bash script for red color
|
||||
#define GREEN "\x1B[32m"//bash script for Green color
|
||||
#define RED "\x1B[31m"//red color
|
||||
#define GREEN "\x1B[32m"//Green color
|
||||
#define SPEED_COLOR "\x1B[36m"//printing speed color
|
||||
#define TIP_COLOR "\x1B[35m"//bash script for Green color
|
||||
#define TIP_COLOR "\x1B[35m"//Green color
|
||||
#define LAST_LINE_BLUE "\x1B[34m"//bash script for Green color
|
||||
#define RESET "\x1B[0m"//color reset to normal (black)
|
||||
#include<termios.h>//a linux header file for echo
|
||||
#include<termios.h>//a linux header file to use for echoing
|
||||
#if defined(_WIN32)//checking if the system on which the program is running is windows
|
||||
#include<Windows.h>//and including the windows header file.
|
||||
#elif defined(__linux__)//if machine is linux
|
||||
|
Loading…
Reference in New Issue
Block a user