Move the lock in the keyboard buffer
Added comment to defs
This commit is contained in:
3
defs.h
3
defs.h
@ -37,8 +37,9 @@ void clearscreen(int);
|
||||
struct vconsole* getbaseconsoleptr(void);
|
||||
// Function to provide cprintf functionality but saved into a char array
|
||||
void sprintf(char*, char*, ...);
|
||||
// Function to set a consoles title
|
||||
void setconsoleproctitle(struct vconsole* consoleptr, char* newtitle);
|
||||
//void drawtitle();
|
||||
// Function to get a consoles index
|
||||
int getconsoleindex(struct vconsole* consolein);
|
||||
|
||||
// exec.c
|
||||
|
Reference in New Issue
Block a user