cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

Cursor blinks in console even when not reading input #838

Open yc2lee opened 6 years ago

yc2lee commented 6 years ago

If you have a program that reads from stdin, even when the program is finished running, the cursor still blinks in the console. Also the blinking is very erratic (long pause in between blinks, and blinks last very little).