screen: redrawdebug=nothrottle

This commit is contained in:
Björn Linse
2019-09-03 18:46:08 +02:00
parent 8b06231612
commit 1a783b5ad6
3 changed files with 23 additions and 17 deletions

View File

@@ -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'