<div dir="ltr">Is there a way to highlight (or flash) the line the cursor is on programmatically? <div><br></div><div>Something like this: <br></div><div>===+===</div><div><div>#!/usr/bin/env python</div><div># -*- coding: utf-8 -*-</div></div><div><br></div><div>import os</div><div><div><br></div><div>highlight(os.environ.get('TM_CURRENT_LINE', ""))</div><div><br></div></div><div># ..do something else..</div><div>===+===<br></div><div><br></div><div>Many thanks in advance, </div><div>Michele</div></div>