add nextlinenum to window

This commit is contained in:
sawka
2022-09-20 17:01:40 -07:00
parent c39a7ed0f8
commit 6135a4540e
+1
View File
@@ -115,6 +115,7 @@ type WindowDataType = {
sessionid : string,
windowid : string,
curremote : RemotePtrType,
nextlinenum : number,
lines : LineType[],
cmds : CmdDataType[],