Also start buffering of page keys with fillcmdline_notrail

This commit is contained in:
petoncle 2023-10-30 19:26:55 +01:00
parent 01b2ba8516
commit 8f6acd27ca

View file

@ -206,7 +206,7 @@ function* ParserController() {
if (response.exstr) {
exstr = response.exstr
if (exstr.startsWith("fillcmdline ")) { // TODO That's ugly. I need a way to know if this command is going to open the command line. Is there a better way?
if (exstr.startsWith("fillcmdline")) { // TODO That's ugly. I need a way to know if this command is going to open the command line. Is there a better way?
logger.debug("Starting buffering of page keys")
bufferingPageKeysBeginTime = performance.now()
mustBufferPageKeysForClInput = true