Skip to content

Commit 4323c18

Browse files
committed
wip prompt
1 parent b9500cf commit 4323c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/prompt.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local Prompt = require("terminal.cli.prompt")
44
local pr = Prompt {
55
prompt = "Enter something: ",
66
value = "Hello, 你-好 World 🚀!",
7-
max_length = 62,
7+
max_length = 262,
88
position = 2,
99
cancellable = true,
1010
text_attr = { brightness = "high" },

0 commit comments

Comments
 (0)