[Change] Reducing text timeout.
This commit is contained in:
parent
d2c548218d
commit
d112edc90b
@ -99,7 +99,7 @@ double gui_yoff = 0.;
|
|||||||
|
|
||||||
// Messages.
|
// Messages.
|
||||||
#define MSG_SIZE_MAX 80
|
#define MSG_SIZE_MAX 80
|
||||||
int msg_timeout = 20000;
|
int msg_timeout = 2000;
|
||||||
int msg_max = 5; // Max messages on screen.
|
int msg_max = 5; // Max messages on screen.
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char str[MSG_SIZE_MAX];
|
char str[MSG_SIZE_MAX];
|
||||||
|
Loading…
Reference in New Issue
Block a user