From 6a5be9652dc5496ff13feee2830d12725a0daf10 Mon Sep 17 00:00:00 2001
From: sawka <mike.sawka@gmail.com>
Date: Mon, 2 Jan 2023 12:13:41 -0800
Subject: [PATCH] change back to /history

---
 src/model.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/model.ts b/src/model.ts
index 61e1985fa..c8bd17af4 100644
--- a/src/model.ts
+++ b/src/model.ts
@@ -2242,7 +2242,7 @@ class CommandRunner {
         if (htype != null && htype != "window") {
             kwargs["type"] = htype;
         }
-        GlobalModel.submitCommand("_history", null, null, kwargs, true);
+        GlobalModel.submitCommand("history", null, null, kwargs, true);
     }
 
     switchSession(session : string) {