1get_cursor_w(3) gstream manual get_cursor_w(3)
23
4
NAME
6get_cursor_w
7
SYNOPSIS
9#include <gstream.h>
1011
12
int get_cursor_w();
13
DESCRIPTION
15Returns the input cursor width 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 width, and if in overwrite mode it will return the
18cursor's overwrite width.
1920
SEE ALSO
22gstream-get_cursor_h(3), gstream-set_cursor_dimensions(3)
2324
25
26
gstream version 1.6 get_cursor_w(3)