mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
screen: redrawdebug=nothrottle
This commit is contained in:
@@ -518,9 +518,10 @@ EXTERN long p_pyx; // 'pyxversion'
|
||||
EXTERN char_u *p_rdb; // 'redrawdebug'
|
||||
EXTERN unsigned rdb_flags;
|
||||
# ifdef IN_OPTION_C
|
||||
static char *(p_rdb_values[]) = { "compositor", NULL };
|
||||
static char *(p_rdb_values[]) = { "compositor", "nothrottle", NULL };
|
||||
# endif
|
||||
# define RDB_COMPOSITOR 0x001
|
||||
# define RDB_NOTHROTTLE 0x002
|
||||
|
||||
EXTERN long p_rdt; // 'redrawtime'
|
||||
EXTERN int p_remap; // 'remap'
|
||||
|
Reference in New Issue
Block a user