1set_insert_mode(3) gstream manual set_insert_mode(3)
2
3
4
6 set_insert_mode
7
9 #include <gstream.h>
10
11
12 void set_insert_mode(bool im);
13
15 If invoked with true, the edit mode is set to insert (entering a char‐
16 acter in the middle of a string will insert it, and not overwrite the
17 next character). If invoked with false, the edit mode is overwrite.
18 Note that the user is capable of changing this state by pressing the
19 insert key, and that this change will be saved for the next inputs to
20 the stream. The default value is true.
21
22
24 gstream-get_insert_mode(3)
25
26
27
28gstream version 1.6 set_insert_mode(3)