diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-01-08 00:28:11 +0900 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-01-08 00:28:11 +0900 |
commit | 3d489fe502178d2d4e58eb8d5736be2fbda38077 (patch) | |
tree | 153d134b43fb8929e0725bb923742466b6e2f1cd /libterm/examples/detect_resize.c | |
parent | 03e459e7dff84c44644b1eccc0e00b73d846fe2a (diff) | |
download | microbbs-3d489fe502178d2d4e58eb8d5736be2fbda38077.tar.gz microbbs-3d489fe502178d2d4e58eb8d5736be2fbda38077.zip |
Bumped libterm version
Diffstat (limited to 'libterm/examples/detect_resize.c')
-rw-r--r-- | libterm/examples/detect_resize.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libterm/examples/detect_resize.c b/libterm/examples/detect_resize.c index 27c88c6..2c58bc8 100644 --- a/libterm/examples/detect_resize.c +++ b/libterm/examples/detect_resize.c @@ -13,6 +13,8 @@ int main() if ( term_init( &ts ) == -1 ) printf("Some err when init\n"); + term_set_raw_mode( &ts ); + term_clr_scr( &ts ); { |