FunctionItem shows previous screen text
Opened this issue · 1 comments
Mike-Branham commented
Version
0.6.4
Operating System
Windows
Environment
Windows powershell
What happened?
When you call a function with FunctionItem, the screen clears, however any text shown from a previous items output is initially shown on the screen before the new function prints its data.
How can that previous output not be shown first.
Thanks
hulleyrob commented
just add ;clear at the end of whatever you are running I do the same.
I find its also nice to have a press enter to continue to see the output before that too.
If you are on windows the cmd might be different but should be whatever clear screen is on that.