summaryrefslogtreecommitdiff
path: root/src/ansi.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2015-11-20 15:24:25 +0100
committerAmadeusz Sławiński <amade@asmblr.net>2015-12-06 12:53:04 +0100
commitf4e6265c8be5e74590b7bf24fe5250e70283ccb0 (patch)
tree7ce3ebe88d0835342f257aab90d9998818a288a3 /src/ansi.h
parente661590dd414e341f743310bb87b11978017bc26 (diff)
downloadscreen-f4e6265c8be5e74590b7bf24fe5250e70283ccb0.tar.gz
Z0width & Z1width are only assigned once, make them const
Diffstat (limited to 'src/ansi.h')
-rw-r--r--src/ansi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ansi.h b/src/ansi.h
index 7ff61fd..5ce68fb 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -174,8 +174,8 @@ extern uint32_t *null;
extern uint64_t renditions[];
-extern int Z0width;
-extern int Z1width;
+extern const int Z0width;
+extern const int Z1width;
extern struct mline mline_blank;
extern struct mline mline_null;