1get_insert_mode(3) gstream manual get_insert_mode(3)
23
4
NAME
6get_insert_mode
7
SYNOPSIS
9#include <gstream.h>
1011
12
bool get_insert_mode();
13
DESCRIPTION
15True if pressing a key makes the inputter insert the character. False
16if the inputter overwrites the next character with the new character.
1718
SEE ALSO
20gstream-set_insert_mode(3)
2122
23
24
gstream version 1.6 get_insert_mode(3)