mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
api: add API for themes
co-author: hlpr98 <hlpr98@gmail.com> (dict2hlattrs function) orange is sus?? NOVEMBER DAWN erase the lie that is redraw_later()
This commit is contained in:
@@ -92,6 +92,10 @@ EXTERN struct nvim_stats_s {
|
||||
EXTERN int Rows INIT(= DFLT_ROWS); // nr of rows in the screen
|
||||
EXTERN int Columns INIT(= DFLT_COLS); // nr of columns in the screen
|
||||
|
||||
EXTERN NS ns_hl_active INIT(= 0); // current ns that defines highlights
|
||||
EXTERN bool ns_hl_changed INIT(= false); // highlight need update
|
||||
|
||||
|
||||
// We use 64-bit file functions here, if available. E.g. ftello() returns
|
||||
// off_t instead of long, which helps if long is 32 bit and off_t is 64 bit.
|
||||
// We assume that when fseeko() is available then ftello() is too.
|
||||
|
Reference in New Issue
Block a user