summaryrefslogtreecommitdiff
path: root/pico/estruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'pico/estruct.h')
-rw-r--r--pico/estruct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pico/estruct.h b/pico/estruct.h
index 6223effb..c980491e 100644
--- a/pico/estruct.h
+++ b/pico/estruct.h
@@ -344,6 +344,7 @@ typedef struct lmlist {
typedef struct VIDEO {
short v_flag; /* Flags */
+ int v_length; /* length of line */
CELL v_text[1]; /* Screen data. */
} VIDEO;