1get_cursor_h(3) gstream manual get_cursor_h(3)
23
4
NAME
6get_cursor_h
7
SYNOPSIS
9#include <gstream.h>
1011
12
int get_cursor_h();
13
DESCRIPTION
15Returns the input cursor height in the current insert mode, i.e. if the
16gstream is in insert mode when this function is called, it will return
17the cursor's insert height, and if in overwrite mode it will return the
18cursor's overwrite height.
1920
SEE ALSO
22gstream-get_cursor_w(3), gstream-set_cursor_dimensions(3)
2324
25
26
gstream version 1.6 get_cursor_h(3)