aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/msdos.c')
-rw-r--r--src/msdos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c
index e02e64b9ece..6bff56b3f82 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -842,7 +842,7 @@ IT_set_face (int face)
842 842
843/* According to RBIL (INTERRUP.A, V-1000), 160 is the maximum possible 843/* According to RBIL (INTERRUP.A, V-1000), 160 is the maximum possible
844 width of a DOS display in any known text mode. We multiply by 2 to 844 width of a DOS display in any known text mode. We multiply by 2 to
845 accomodate the screen attribute byte. */ 845 accommodate the screen attribute byte. */
846#define MAX_SCREEN_BUF 160*2 846#define MAX_SCREEN_BUF 160*2
847 847
848extern unsigned char *encode_terminal_code (struct glyph *, int, 848extern unsigned char *encode_terminal_code (struct glyph *, int,