diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-23 19:14:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-23 19:14:53 +0000 |
commit | e346aee4109cd324d8a44264e1592c7643a6e773 (patch) | |
tree | b5a1689b87500271ba659393b287c0b1d19c6a33 /app/xterm/vms.h | |
parent | ebfb7ec67d6d2f106641f014a82619ac27347746 (diff) |
Update to xterm version 264, Tested at least by krw@, jasper@, ajacoutot@.
Diffstat (limited to 'app/xterm/vms.h')
-rw-r--r-- | app/xterm/vms.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/xterm/vms.h b/app/xterm/vms.h index 86f338eb9..8eb206433 100644 --- a/app/xterm/vms.h +++ b/app/xterm/vms.h @@ -37,3 +37,5 @@ static struct items { int buffer; int return_addr; } itemlist[MAXITEMLIST]; + +int tt_write(const char *tt_write_buf,int size); |