summaryrefslogtreecommitdiff
path: root/pico/estruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'pico/estruct.h')
-rw-r--r--pico/estruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/estruct.h b/pico/estruct.h
index f0090881..410dfc02 100644
--- a/pico/estruct.h
+++ b/pico/estruct.h
@@ -238,7 +238,7 @@ typedef struct {
*/
typedef struct CELL {
unsigned int c : 24; /* Character value in cell */
- unsigned int a : 8; /* Its attributes */
+ unsigned int a : 7; /* Its attributes */
unsigned int d : 1; /* direction */
} CELL;