From e9879824b01d3c97c7be6aa61c9e429446d4a3f3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 27 Apr 2016 23:37:32 -0400 Subject: comment --- src/ffi.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ffi.rs b/src/ffi.rs index 80a2d08..0d95603 100644 --- a/src/ffi.rs +++ b/src/ffi.rs @@ -38,6 +38,8 @@ extern "C" { col: libc::c_int, ) -> *mut types::CellImpl; + // XXX: these wrappers (and all of ffi.c) only exist because rust can't + // handle bitfields yet - once it can, these should be removed pub fn vt100_wrapper_screen_hide_cursor(screen: *mut types::ScreenImpl) -> libc::c_int; pub fn vt100_wrapper_screen_application_keypad(screen: *mut types::ScreenImpl) -> libc::c_int; pub fn vt100_wrapper_screen_application_cursor(screen: *mut types::ScreenImpl) -> libc::c_int; -- cgit v1.2.3