1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-17 07:47:11 +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', backgroundColor = 'black',
backgroundFocusColor = 'black', backgroundFocusColor = 'black',
height = 1, height = 1,
limit = 6,
cursorBlink = true, cursorBlink = true,
accelerators = { accelerators = {
[ 'control-c' ] = 'copy', [ 'control-c' ] = 'copy',