From: Matta on
Am running Tcl/Tk 8.5.8 on Windows XP.
Am reading Arabic text from database (SQLite) and displaying in Tk label,
entry, button, and text widgets.
All display right-to-left correctly.

However, when placing the cursor inside the text widget, the texts starts
scrolling horizontally and moves the text. It seems to try to display text
from the end of the line at the cursor insertion point.

Any way around this, to restore normal select behaviour from a cursor
position?