mirror of
https://github.com/kepler155c/opus
synced 2025-01-03 20:30:28 +00:00
Remove default limit in TextEntry
This commit is contained in:
parent
72560b1de0
commit
4485dd2bd5
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user