diff options
author | bptato <nincsnevem662@gmail.com> | 2023-10-01 10:33:30 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-10-01 10:33:30 +0200 |
commit | ec48f804270610d046fab21347fa307ca628db7f (patch) | |
tree | 029a26efee5dd772e9da88a91bb40f6f7fdbf44d /src | |
parent | 6c10c1b14b5fec2c0c3ba2d2bd22d3d23265377e (diff) | |
download | chawan-ec48f804270610d046fab21347fa307ca628db7f.tar.gz |
term: un-export canvas
Diffstat (limited to 'src')
-rw-r--r-- | src/display/term.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/term.nim b/src/display/term.nim index aaadeab8..bcdcaf86 100644 --- a/src/display/term.nim +++ b/src/display/term.nim @@ -52,7 +52,7 @@ type infile: File outfile: File cleared: bool - canvas*: FixedGrid + canvas: FixedGrid pcanvas: FixedGrid attrs*: WindowAttributes colormode: ColorMode |