I would like to configure a boxed text cursor without blinking, it is possible in Squeak or Pharo?
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.
Pharo 1.2 and later: “Settings Browser > Code Browser > Editing” has various preferences related to the cursor: “Blinking text cursor”, “Dumbbell-shaped text cursor”, and “Walk along displayed line”.
Additionally you can change the color of the cursor by evaluating “NewParagraph insertionPointColor: Color red”, not sure why there is no setting.