Crates.io | vterm-sys |
lib.rs | vterm-sys |
version | 0.1.0 |
source | src |
created_at | 2015-11-25 15:41:34.041996 |
updated_at | 2016-04-23 19:00:01.450519 |
description | FFI bindings to libvterm |
homepage | https://github.com/ajh/libvterm-rs |
repository | https://github.com/ajh/libvterm-rs |
max_upload_size | |
id | 3499 |
size | 462,476 |
This library provides rust bindings for libvterm: http://www.leonerd.org.uk/code/libvterm/
libvterm is "An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator"
git submodule init
git submodule update
(cd vendor/libvterm; make)
cargo build
The make part in libvterm runs a perl script to transform some files in libvterm/src/encoding.
Use CFLAGS env var to define DEBUG with is used in vterm_internal.h
to
control logging to stderr:
CFLAGS=-DDEBUG cargo test