From 4485dd2bd5079e94c2ce705e1325a8ffe3149c58 Mon Sep 17 00:00:00 2001 From: Anavrins Date: Tue, 5 May 2020 02:45:42 -0400 Subject: [PATCH] Remove default limit in TextEntry --- sys/modules/opus/ui/components/TextEntry.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/modules/opus/ui/components/TextEntry.lua b/sys/modules/opus/ui/components/TextEntry.lua index 9fd61a5..ca82b11 100644 --- a/sys/modules/opus/ui/components/TextEntry.lua +++ b/sys/modules/opus/ui/components/TextEntry.lua @@ -26,7 +26,6 @@ UI.TextEntry.defaults = { backgroundColor = 'black', backgroundFocusColor = 'black', height = 1, - limit = 6, cursorBlink = true, accelerators = { [ 'control-c' ] = 'copy',