aboutsummaryrefslogtreecommitdiffstats
path: root/src/ffi.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-07-19 05:08:20 -0400
committerJesse Luehrs <doy@tozt.net>2017-07-19 05:08:20 -0400
commita5530361c2c9e5ea34f40d4a7192f87ce3d2c6bc (patch)
treeb154ddfdc78679a1fdff65d41c6ade3abb5558fc /src/ffi.rs
parentb19b92e4482b080d23d867a9750ec21492848b43 (diff)
downloadvt100-rust-a5530361c2c9e5ea34f40d4a7192f87ce3d2c6bc.tar.gz
vt100-rust-a5530361c2c9e5ea34f40d4a7192f87ce3d2c6bc.zip
bump libvt100
Diffstat (limited to 'src/ffi.rs')
-rw-r--r--src/ffi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffi.rs b/src/ffi.rs
index 284a98c..ab9abc8 100644
--- a/src/ffi.rs
+++ b/src/ffi.rs
@@ -53,7 +53,7 @@ extern "C" {
pub fn vt100_wrapper_screen_mouse_reporting_press(screen: *mut types::ScreenImpl) -> libc::c_int;
pub fn vt100_wrapper_screen_mouse_reporting_press_release(screen: *mut types::ScreenImpl) -> libc::c_int;
pub fn vt100_wrapper_screen_mouse_reporting_button_motion(screen: *mut types::ScreenImpl) -> libc::c_int;
- pub fn vt100_wrapper_screen_mouse_reporting_sgr_mode(screen: *mut types::ScreenImpl) -> libc::c_int;
+ pub fn vt100_wrapper_screen_mouse_reporting_mode(screen: *mut types::ScreenImpl) -> libc::c_uchar;
pub fn vt100_wrapper_screen_bracketed_paste(screen: *mut types::ScreenImpl) -> libc::c_int;
pub fn vt100_wrapper_screen_visual_bell(screen: *mut types::ScreenImpl) -> libc::c_int;
pub fn vt100_wrapper_screen_audible_bell(screen: *mut types::ScreenImpl) -> libc::c_int;