Couple OCD changes
modified: nms.h
This commit is contained in:
parent
0567e7f3b6
commit
ece2551814
@ -29,12 +29,12 @@ struct winpos {
|
|||||||
char nmsprintBuffer[10000];
|
char nmsprintBuffer[10000];
|
||||||
char *display = NULL;
|
char *display = NULL;
|
||||||
|
|
||||||
|
void nmsprintf(const char *, ...);
|
||||||
|
void nmsexec(void);
|
||||||
int getTermSizeRows(void);
|
int getTermSizeRows(void);
|
||||||
int getTermSizeCols(void);
|
int getTermSizeCols(void);
|
||||||
void clearTermWindow(int, int);
|
void clearTermWindow(int, int);
|
||||||
char getMaskChar(void);
|
char getMaskChar(void);
|
||||||
void nmsexec(void);
|
|
||||||
void nmsprintf(const char *, ...);
|
|
||||||
|
|
||||||
void nmsprintf(const char *format, ...) {
|
void nmsprintf(const char *format, ...) {
|
||||||
va_list argp;
|
va_list argp;
|
||||||
@ -111,7 +111,7 @@ void nmsexec(void) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Freeing the display chharacter array
|
// Freeing the display character array
|
||||||
free(display);
|
free(display);
|
||||||
|
|
||||||
clearTermWindow(termSizeRows, termSizeCols);
|
clearTermWindow(termSizeRows, termSizeCols);
|
||||||
|
Loading…
Reference in New Issue
Block a user