in reply to Re^2: Eliminate blinking cursor from text widget
in thread Eliminate blinking cursor from text widget

PROBLEM SOLVED:

You should set the insertOnTime option (which controls the time in millisecons for which the blinking cursor is on) to zero.

$text_widget->configure(-insertontime=>0);
  • Comment on Re^3: Eliminate blinking cursor from text widget