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',