mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

It uses the same code as "scroll_delta" of "win_viewport" UI event to calculate text height, but is more flexible.
11 lines
230 B
C
11 lines
230 B
C
#ifndef NVIM_API_WINDOW_H
|
|
#define NVIM_API_WINDOW_H
|
|
|
|
#include "nvim/api/keysets.h"
|
|
#include "nvim/api/private/defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "api/window.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_API_WINDOW_H
|