in reply to Re^2: cursor position in text widget and linenumbertext
in thread cursor position in text widget and linenumbertext
seems to work with 'insert' :
perl -MTk -e'$t = tkinit->Text->pack;$t->bind("<KeyPress>", sub{print $t->index("insert"),"\n"});MainLoop'
|
|---|