aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-08-20 01:37:52 -0400
committerJesse Luehrs <doy@tozt.net>2015-08-20 01:37:52 -0400
commit7f3b17bd263ac512e59354a33c43fd3b225ecc6d (patch)
tree6233b741b2c39989b8470da2d3618321fb7a9982 /src/term.h
parent9670e562fc024b4048927d691210aaa542dd3e67 (diff)
downloadrunes-7f3b17bd263ac512e59354a33c43fd3b225ecc6d.tar.gz
runes-7f3b17bd263ac512e59354a33c43fd3b225ecc6d.zip
use the libvt100 library
Diffstat (limited to 'src/term.h')
-rw-r--r--src/term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.h b/src/term.h
index 2b1ad93..4a052d4 100644
--- a/src/term.h
+++ b/src/term.h
@@ -4,7 +4,7 @@
struct runes_term {
RunesWindowBackend w;
RunesPtyBackend pty;
- RunesScreen scr;
+ VT100Screen scr;
RunesConfig config;
RunesDisplay display;