pmbarrett314 / curses-menu

A simple console menu system in python using the curses library
MIT License
475 stars 53 forks source link

FunctionItem shows previous screen text #64

Open Mike-Branham opened 9 months ago

Mike-Branham commented 9 months ago

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 4 months ago

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.