Command line confusion
On my first attempt compiling/making and running my code through the command line, I have no issue (using "make" or "g++ -o" and "./"). After it goes through the program, the command line doesn't register what I type. I noticed the orange ">" disappears after I compile and run, so I think that could be why. I have to refresh the page after each run, which is a little bit annoying and inefficient. Is there a way to bring the ">" back? I tried researching what to do, with no luck.
Voters
Wumi4 (482)
That's OK. Try to click on the shell, if you see the white, thinking box, it means that it stills fine. If it doesn't, consider report it to the bugs:
https://www.repl.it/bugs
parkerhwrd (0)
Awesome, thank you so much! @Wumi4
When you clear the terminal, the 'orange prompt indicator' gets removed.
A feature not a bug!
Press
ctrl + enter
to re-run lolThank you for the info! I really appreciate it @Coder100
np @parkerhwrd