Is there a way to get the line and character value of the current position of the insertion cursor in Tk?
I know there is an insert() function but am not sure if this can be used to read in the position, I think this is more of a function to set the position. Any help would be great. Thanks!