TextViews.ShowRange now clears the auto-scroll range. Refs: #127. This is done by forwarding a PositionMsg received by a view to its controller. Therefore, method HandleModelMsg in the text controller is extended for handling a PositionMsg.
Signed-off-by: Josef Templ <josef.templ@gmail.com>