From 5ade959c025a195abb92a95cafe6a7eef98282a9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 21 Mar 2021 12:50:51 +0100 Subject: [PATCH] nil:: nilwidth recorded in cgi_string --- geometry.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geometry.cpp b/geometry.cpp index 8c5eae55..cb50e47d 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -1059,6 +1059,8 @@ EX string cgi_string() { if(nil) V("NIL", its(S7)); if(bt::in()) V("BT", fts(vid.binary_width)); + + if(nil) V("NILW", fts(nilv::nilwidth)); if(GDIM == 2) { V("CAMERA", fts(vid.camera));