From 92423ee49b3a3ee4ea34479aabf7e69a07a33589 Mon Sep 17 00:00:00 2001 From: Ben Liu <13542527+bliu1013@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:43:10 -0700 Subject: [PATCH] Remove autofill box (temp) --- src/sst/core/sstinfo.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sst/core/sstinfo.cc b/src/sst/core/sstinfo.cc index 6bcb466a4..569f401d4 100644 --- a/src/sst/core/sstinfo.cc +++ b/src/sst/core/sstinfo.cc @@ -893,9 +893,9 @@ InteractiveWindow::getInput() } } // Autofill Box - else if ( c == '\t' ) { - g_window.toggleAutofillBox(); - } + // else if ( c == '\t' ) { + // g_window.toggleAutofillBox(); + // } // Resizing the window else if ( c == KEY_RESIZE ) { g_window.draw();