summaryrefslogtreecommitdiff
path: root/pico/edef.h
diff options
context:
space:
mode:
Diffstat (limited to 'pico/edef.h')
-rw-r--r--pico/edef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pico/edef.h b/pico/edef.h
index 5d0c1155..c8f51c51 100644
--- a/pico/edef.h
+++ b/pico/edef.h
@@ -31,7 +31,7 @@
/* for MAIN.C */
/* initialized global definitions */
-
+PCOLORS *Pcolors = NULL; /* colors for Pico */
int direction = 0; /* direction of writing */
int fillcol = 72; /* Current fill column */
int userfillcol = -1; /* Fillcol set from cmd line */
@@ -89,6 +89,7 @@ void *input_cs; /* passed to mbtow() via kbseq() */
/* initialized global external declarations */
+extern PCOLORS *Pcolors; /* colors for Pico */
extern int direction;
extern int fillcol; /* Fill column */
extern int userfillcol; /* Fillcol set from cmd line */