From 6135a4540ea516772e1fd179603a8368ff703345 Mon Sep 17 00:00:00 2001 From: sawka Date: Tue, 20 Sep 2022 17:01:40 -0700 Subject: [PATCH] add nextlinenum to window --- src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.ts b/src/types.ts index 5dbc4116..36b03204 100644 --- a/src/types.ts +++ b/src/types.ts @@ -115,6 +115,7 @@ type WindowDataType = { sessionid : string, windowid : string, curremote : RemotePtrType, + nextlinenum : number, lines : LineType[], cmds : CmdDataType[],