Remove default limit in TextEntry

This commit is contained in:
Anavrins 2020-05-05 02:45:42 -04:00
parent 72560b1de0
commit 4485dd2bd5
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ UI.TextEntry.defaults = {
backgroundColor = 'black',
backgroundFocusColor = 'black',
height = 1,
limit = 6,
cursorBlink = true,
accelerators = {
[ 'control-c' ] = 'copy',