summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tui/light.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tui/light.go b/src/tui/light.go
index d3e3faba..97112981 100644
--- a/src/tui/light.go
+++ b/src/tui/light.go
@@ -23,7 +23,7 @@ const (
defaultEscDelay = 100
escPollInterval = 5
offsetPollTries = 10
- maxInputBuffer = 10 * 1024
+ maxInputBuffer = 1024 * 1024
)
const consoleDevice string = "/dev/tty"