diff options
author | bptato <nincsnevem662@gmail.com> | 2024-11-19 19:27:28 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-11-19 19:27:28 +0100 |
commit | 928a2c3dc3946883ad878532f8081d79f839762c (patch) | |
tree | a643a989d4326255ecae0bc29fc9e3a426831371 /src | |
parent | 1827b2e7851a99d49d5573ea5a418d21b17791d5 (diff) | |
download | chawan-928a2c3dc3946883ad878532f8081d79f839762c.tar.gz |
container: add numLines getter
Diffstat (limited to 'src')
-rw-r--r-- | src/local/container.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local/container.nim b/src/local/container.nim index e0a5f3b4..d27cffac 100644 --- a/src/local/container.nim +++ b/src/local/container.nim @@ -156,7 +156,7 @@ type loadinfo*: string lines: SimpleFlexibleGrid lineshift: int - numLines*: int + numLines* {.jsget.}: int replace*: Container replaceBackup*: Container # for redirection; when set, we get discarded # if we are referenced by another container, replaceRef is set so that we |