Skip to content
New issue

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

is there a way to stop the flashing in console? #2

Open
linuzzx opened this issue Sep 26, 2021 · 7 comments
Open

is there a way to stop the flashing in console? #2

linuzzx opened this issue Sep 26, 2021 · 7 comments

Comments

@linuzzx
Copy link

linuzzx commented Sep 26, 2021

No description provided.

@lanqsh
Copy link

lanqsh commented Sep 27, 2021

in while loop
add
getchar();

@linuzzx
Copy link
Author

linuzzx commented Sep 28, 2021 via email

@TalhaQuddoos
Copy link

Hi @GalaxyLinus.
Can you please provide more details of the issue? Which file are you having issue at? Which language are you using (Python/C/C++)?

@lanqsh
Copy link

lanqsh commented Sep 28, 2021

you can see my screenshot
3057D9F5-5030-4023-BC53-B1906186131A

I compile donut.c
the compiler will warn you to add head file,you can type 'man getchar' in the terminal to see which head file you should add
I don't add it because my compiler can generate exe file

@ErMandraghe
Copy link

Hi @GalaxyLinus. Can you please provide more details of the issue? Which file are you having issue at? Which language are you using (Python/C/C++)?

i have the same issue,i have the code in python

@linuzzx
Copy link
Author

linuzzx commented Oct 2, 2021 via email

@ShrirajHegde
Copy link

ShrirajHegde commented Oct 25, 2021

@GalaxyLinus, @ErMandraghe

Take a look at this pull request #9 or my fork of the repo.

Faster, flickering eliminated. (Using Numba and removing slow os.system() )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants