terminal title is displays 'figlet' after using ascii art command
qwreey opened this issue · 1 comments
qwreey commented
when you using ascii art command (ex : 미나 아스키아트 abc), you can see that the terminal title will changed into 'figlet'
this is issue of io.popen(work);
's work
should add os.execute(("title %s"):format(_G.app.name));
on when io.popen
progress ended
qwreey commented
this bug is tracked on main dev work, it will be fixed