We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panel.GetUserScreen() win.WriteConsole("Some text\n") panel.SetUserScreen()
This script results in: , i.e there's no transition to the next line while in Far3 (Windows) win.WriteConsole can output multi-line text.
win.WriteConsole
The text was updated successfully, but these errors were encountered:
panel.GetUserScreen() for k=1,10 do io.write"foobar\n" end panel.SetUserScreen()
One empty line is output. In Far3 io.write works as expected when called between panel.GetUserScreen() and panel.SetUserScreen().
io.write
panel.GetUserScreen()
panel.SetUserScreen()
Sorry, something went wrong.
530b1de
far.WriteConsole
far.WriteConsole solves the 1-st but not the 2-nd of the listed above problems.
No branches or pull requests
This script results in: , i.e there's no transition to the next line while in Far3 (Windows)
win.WriteConsole
can output multi-line text.The text was updated successfully, but these errors were encountered: