From 3ef17b959006d5fb122c1c8ea1d27e6aef222097 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 25 Apr 2016 23:31:16 -0400 Subject: add libvt100 as a submodule --- .gitmodules | 3 +++ libvt100 | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 libvt100 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a372cff --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libvt100"] + path = libvt100 + url = git@github.com:doy/libvt100 diff --git a/libvt100 b/libvt100 new file mode 160000 index 0000000..a9bb204 --- /dev/null +++ b/libvt100 @@ -0,0 +1 @@ +Subproject commit a9bb204743db4ea59c92144f47569d40c0789fb5 -- cgit v1.2.3-54-g00ecf