From 1881e90bcf8524693024b6a85a2cb9b53c9a2f76 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Fri, 10 Nov 2017 22:46:16 -0500 Subject: [PATCH] broke view module out into it's own file and updated status to display filename --- Makefile | 3 +- docs/Buf.Cursor.html | 3 +- docs/Buf.html | 4 +- docs/Cfg.Color.Syntax.html | 3 +- docs/Cfg.Color.html | 3 +- docs/Cfg.html | 3 +- docs/Draw.Cursor.html | 3 +- docs/Draw.html | 3 +- docs/Misc.html | 3 +- docs/Rope.html | 3 +- docs/Scrollmap.html | 7 +++- docs/View.html | 65 +++++++++++++++++++++++++++++++++ docs/X11.GlyphMap.html | 3 +- docs/X11.Rune.html | 3 +- docs/X11.html | 3 +- docs/index.html | 4 +- docs/index_attributes.html | 3 +- docs/index_class_types.html | 3 +- docs/index_classes.html | 3 +- docs/index_exceptions.html | 3 +- docs/index_extensions.html | 3 +- docs/index_methods.html | 3 +- docs/index_module_types.html | 3 +- docs/index_modules.html | 6 ++- docs/index_types.html | 5 ++- docs/index_values.html | 23 +++++++++++- docs/type_Buf.Cursor.html | 3 +- docs/type_Buf.html | 3 +- docs/type_Cfg.Color.Syntax.html | 3 +- docs/type_Cfg.Color.html | 3 +- docs/type_Cfg.html | 3 +- docs/type_Draw.Cursor.html | 3 +- docs/type_Draw.html | 3 +- docs/type_Misc.html | 3 +- docs/type_Rope.html | 3 +- docs/type_Scrollmap.html | 3 +- docs/type_View.html | 20 ++++++++++ docs/type_X11.GlyphMap.html | 3 +- docs/type_X11.Rune.html | 3 +- docs/type_X11.html | 3 +- edit.ml | 39 +------------------- lib/buf.ml | 3 ++ lib/buf.mli | 1 + lib/rope.ml | 8 ---- lib/view.ml | 37 +++++++++++++++++++ 45 files changed, 233 insertions(+), 85 deletions(-) create mode 100644 docs/View.html create mode 100644 docs/type_View.html create mode 100644 lib/view.ml diff --git a/Makefile b/Makefile index a4088f1..6949434 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,8 @@ LIBSRCS = \ lib/rope.ml \ lib/buf.ml \ lib/draw.ml \ - lib/scrollmap.ml + lib/scrollmap.ml \ + lib/view.ml LIBOBJS = \ $(LIBSRCS:.ml=.$(OBJEXT)) \ diff --git a/docs/Buf.Cursor.html b/docs/Buf.Cursor.html index 42b69e9..f55b43b 100644 --- a/docs/Buf.Cursor.html +++ b/docs/Buf.Cursor.html @@ -16,7 +16,8 @@ -Buf.Cursor + +Buf.Cursor