Subversion Repositories HelenOS-historic

Rev

Rev 1572 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1572 Rev 1575
Line 38... Line 38...
38
#define CONSOLE_CLEAR       1028
38
#define CONSOLE_CLEAR       1028
39
#define CONSOLE_GOTO        1029
39
#define CONSOLE_GOTO        1029
40
#define CONSOLE_GETSIZE     1030
40
#define CONSOLE_GETSIZE     1030
41
#define CONSOLE_FLUSH       1031
41
#define CONSOLE_FLUSH       1031
42
#define CONSOLE_SET_STYLE   1032
42
#define CONSOLE_SET_STYLE   1032
-
 
43
#define CONSOLE_CURSOR_VISIBILITY   1033
43
 
44
 
44
#endif
45
#endif
45
 
46