mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
screen: screen_cleared is TriState
This commit is contained in:
@@ -191,7 +191,7 @@ EXTERN int cmdline_star INIT(= FALSE); /* cmdline is crypted */
|
||||
|
||||
EXTERN int exec_from_reg INIT(= FALSE); /* executing register */
|
||||
|
||||
EXTERN int screen_cleared INIT(= FALSE); /* screen has been cleared */
|
||||
EXTERN TriState screen_cleared INIT(= kFalse); // screen has been cleared
|
||||
|
||||
/*
|
||||
* When '$' is included in 'cpoptions' option set:
|
||||
|
Reference in New Issue
Block a user