diff src/msdos.c @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 2f877ed80fa6
line wrap: on
line diff
--- a/src/msdos.c	Thu Sep 04 04:00:49 2003 +0000
+++ b/src/msdos.c	Mon Sep 08 11:56:09 2003 +0000
@@ -64,7 +64,6 @@
 #include "commands.h"
 #include "blockinput.h"
 #include "keyboard.h"
-#include "intervals.h"
 #include <go32.h>
 #include <pc.h>
 #include <ctype.h>
@@ -1436,7 +1435,7 @@
       /* Find the glyph under X.  */
       glyph = (row->glyphs[TEXT_AREA]
 	       + x
-	       /* in case someone implements scroll bars some day... */
+	       /* Does MS-DOG really support scroll-bars??  ++KFS */
 	       - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w));
       end = glyph + row->used[TEXT_AREA];
       if (glyph < end
@@ -5298,6 +5297,3 @@
 }
 
 #endif /* MSDOS */
-
-/* arch-tag: db404e92-52a5-475f-9eb2-1cb78dd05f30
-   (do not change this comment) */