diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-11-20 23:50:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-21 06:50:30 +0800 |
| commit | 07db909eb5ae2a559771068be64439eba394cd61 (patch) | |
| tree | b5eee15db09280c5256223b455cbd6b934679427 /src/nvim/tui | |
| parent | cedf155fb5c4d687747e59f5d3fdad76a40aa069 (diff) | |
| download | rneovim-07db909eb5ae2a559771068be64439eba394cd61.tar.gz rneovim-07db909eb5ae2a559771068be64439eba394cd61.tar.bz2 rneovim-07db909eb5ae2a559771068be64439eba394cd61.zip | |
docs: misc (#31138)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'src/nvim/tui')
| -rw-r--r-- | src/nvim/tui/termkey/termkey-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/tui/termkey/termkey-internal.h b/src/nvim/tui/termkey/termkey-internal.h index 107591f950..97fae939c5 100644 --- a/src/nvim/tui/termkey/termkey-internal.h +++ b/src/nvim/tui/termkey/termkey-internal.h @@ -47,7 +47,7 @@ struct TermKey { int canonflags; unsigned char *buffer; size_t buffstart; // First offset in buffer - size_t buffcount; // NUMBER of entires valid in buffer + size_t buffcount; // NUMBER of entries valid in buffer size_t buffsize; // Total malloc'ed size size_t hightide; // Position beyond buffstart at which peekkey() should next start // normally 0, but see also termkey_interpret_csi |