aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dvtm/vt.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-12 12:33:38 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-12 12:33:38 -0700
commita79d1edc9ef2e29597faa723a05088a5d19ea8aa (patch)
tree0ca99e37b46750316b5db2ea3e6a2cdeb4aec5fd /sys/cmd/dvtm/vt.c
parente41eb5691417ecacade402759231f64778e3147f (diff)
checkin: going to flesh out your own api
Diffstat (limited to 'sys/cmd/dvtm/vt.c')
-rw-r--r--sys/cmd/dvtm/vt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cmd/dvtm/vt.c b/sys/cmd/dvtm/vt.c
index efaa980..4e1f427 100644
--- a/sys/cmd/dvtm/vt.c
+++ b/sys/cmd/dvtm/vt.c
@@ -9,7 +9,7 @@
#include <sys/ioctl.h>
#include <sys/types.h>
-#include "buffer.h"
+#include "term.h"
#if defined(__linux__) || defined(__CYGWIN__)
# include <pty.h>
@@ -98,7 +98,7 @@ clinedown(Vt *t)
bscroll(b, 1);
zero(b->crow, 0, b->cols);
}
-
+
static
void
csave(Vt *t)