summaryrefslogtreecommitdiffstats
path: root/src/cmd/9term/OpenBSD.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/9term/OpenBSD.c')
-rw-r--r--src/cmd/9term/OpenBSD.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cmd/9term/OpenBSD.c b/src/cmd/9term/OpenBSD.c
index 7f18bb43..e4753de2 100644
--- a/src/cmd/9term/OpenBSD.c
+++ b/src/cmd/9term/OpenBSD.c
@@ -44,3 +44,16 @@ updatewinsize(int row, int col, int dx, int dy)
fprint(2, "ioctl: %r\n");
ows = ws;
}
+
+int
+israw(int fd)
+{
+ return 0;
+}
+
+int
+setecho(int fd, int on)
+{
+ return 0;
+}
+