From: Michael D. Lowis Date: Sat, 11 Nov 2017 03:46:16 +0000 (-0500) Subject: broke view module out into it's own file and updated status to display filename X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=1881e90bcf8524693024b6a85a2cb9b53c9a2f76;p=archive%2Ftide-ocaml.git broke view module out into it's own file and updated status to display filename --- 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