]> Pileus Git - lackey/blobdiff - src/screen.h
Some organization
[lackey] / src / screen.h
index f5b86713e81ad7f3dc195eabbad05a1fbacd811a..bce2383b4c09347f8742d9126eeea3c5ddfcc75b 100644 (file)
@@ -15,8 +15,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef SCREEN_H
-#define SCREEN_H
+/* Configuration */
+#define COLOR_TITLE 1
+#define COLOR_ERROR 2
 
 /* Screen functions */
 void screen_init(void);
@@ -53,5 +54,3 @@ int todo_run(int,mmask_t,int,int);
 int notes_run(int,mmask_t,int,int);
 int settings_run(int,mmask_t,int,int);
 int help_run(int,mmask_t,int,int);
-
-#endif