1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-16 18:30:01 +00:00

Remove default limit in TextEntry

This commit is contained in:
Anavrins 2020-05-05 02:45:42 -04:00
parent 72560b1de0
commit 4485dd2bd5

View File

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