summaryrefslogtreecommitdiff
path: root/sys/src/cmd/vt/cons.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-10-20 20:31:30 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2017-10-20 20:31:30 +0200
commit67d9c6b2f98888dc81154b0499bbd26171f908a6 (patch)
treeabb0a3d663e01c062a5b76af18cc7716530dc58f /sys/src/cmd/vt/cons.h
parent29411f58cfa62a7d05713070338d82b722364665 (diff)
vt: block when sending input to host (fixes truncated paste)
Diffstat (limited to 'sys/src/cmd/vt/cons.h')
-rw-r--r--sys/src/cmd/vt/cons.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/src/cmd/vt/cons.h b/sys/src/cmd/vt/cons.h
index c08df6088..76102b745 100644
--- a/sys/src/cmd/vt/cons.h
+++ b/sys/src/cmd/vt/cons.h
@@ -7,14 +7,6 @@ struct Consstate{
};
extern Consstate cs[];
-typedef struct Buf Buf;
-struct Buf
-{
- int n;
- char *s;
- char b[];
-};
-
#define INSET 2
#define BUFS 32
#define HISTSIZ (64*1024) /* number of history characters */