normal edit would be better i think

prevents newline fuckery
This commit is contained in:
garret 2021-07-24 23:20:18 +01:00
parent d5eb7c02fe
commit a69f8996ef
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
script_name = "Append Comment"
script_description = "ts do all the work pls kthxbye"
script_description = "{ts do all the work pls kthxbye}"
script_author = "garret"
script_version = "1.0.0"
script_version = "1.1.0"
inspect = require 'inspect'
function log(level, msg)
@ -28,7 +28,7 @@ function main(sub, sel)
label="Comment:"
},
{
class="textbox",name="msg",
class="edit",name="msg",
x=0,y=1,width=1,height=2,
value=""
}