summaryrefslogtreecommitdiffstats
path: root/main/common/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/common/term.h')
-rw-r--r--main/common/term.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/main/common/term.h b/main/common/term.h
index 274120c..67053a7 100644
--- a/main/common/term.h
+++ b/main/common/term.h
@@ -1,7 +1,7 @@
/**************************************************************************
*
* Copyright (c) 2013 Alcatel-Lucent
- *
+ *
* Alcatel Lucent licenses this file to You under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. A copy of the License is contained the
@@ -27,29 +27,29 @@
#ifndef _TERM_H_
#define _TERM_H_
-#define TERMTYPE_UNDEFINED 0
-#define TERMTYPE_VT100 1
+#define TERMTYPE_UNDEFINED 0
+#define TERMTYPE_VT100 1
/* Font attributes:
*/
-#define ATTR_RESET 0
-#define ATTR_BRIGHT 1
-#define ATTR_DIM 2
-#define ATTR_UNDERLINE 3
-#define ATTR_BLINK 4
-#define ATTR_REVERSE 7
-#define ATTR_HIDDEN 8
+#define ATTR_RESET 0
+#define ATTR_BRIGHT 1
+#define ATTR_DIM 2
+#define ATTR_UNDERLINE 3
+#define ATTR_BLINK 4
+#define ATTR_REVERSE 7
+#define ATTR_HIDDEN 8
/* Font colors:
*/
-#define BLACK 0
-#define RED 1
-#define GREEN 2
-#define YELLOW 3
-#define BLUE 4
-#define MAGENTA 5
-#define CYAN 6
-#define WHITE 7
+#define BLACK 0
+#define RED 1
+#define GREEN 2
+#define YELLOW 3
+#define BLUE 4
+#define MAGENTA 5
+#define CYAN 6
+#define WHITE 7
extern int term_settextcolor(int fg);
extern int term_setbgcolor(int bg);