Skip to content

Commit

Permalink
Remove autofill box (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
bliu1013 committed Jan 17, 2024
1 parent e38ec8b commit 92423ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sst/core/sstinfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 92423ee

Please sign in to comment.