Search found 3 matches

by fishstik
Wed Mar 11, 2015 3:41 am
Forum: Support and Development
Topic: Console printing weird after os.execute
Replies: 4
Views: 2714

Re: Console printing weird after os.execute

Thanks for the replies. I've commented on the issue on bitbucket so we'll see where that goes. As for console stuff, I've reverted to 0.9.1 for now...will try to figure it out later.
by fishstik
Wed Mar 11, 2015 1:11 am
Forum: Support and Development
Topic: Console printing weird after os.execute
Replies: 4
Views: 2714

Re: Console printing weird after os.execute

Previous post was done on v0.9.1. I updated to 0.9.2 and still a no-go. Also, since updating to 0.9.2, my build system on Sublime Text 2 no longer opens a console window upon building D: Here's the build system I used on 0.9.1: { "selector": "source.lua", "cmd": ["...
by fishstik
Tue Mar 10, 2015 11:48 pm
Forum: Support and Development
Topic: Console printing weird after os.execute
Replies: 4
Views: 2714

Console printing weird after os.execute

After calling os.execute, newlines turn into "♪◙" characters and subsequent print()'s no longer start a new line, making debugging from the console difficult. I've attached a main.lua which calls a series of print()'s before and after an os.execute(). Does this happen to anyone else? The c...