How do i stop the blinking cursor in my cygwin ? I am writing a program , Its a gaming program using multi-threading But the cursor is blinking on the console. How do i make it stop ? How do I remove that from my console?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you want to switch the cursor off completely or do you just want to disable the blinking? The DECTCEM control sequence can do the former, whereas DECSCUSR can do the latter.
Unfortunately the default Cygwin console doesn’t support either of those, but the “mintty” terminal does.