2011/4/13 Cheng-Wei Lin :
> Here is a small patch for adding the functionality: double clicks to select
> a word, and triple clicks to select a line.
> A *word* is defined as some string which is placed between space characters
> or boundary.
> A *line* is defined as the content which starts from 0
Hi there,
Here is a small patch for adding the functionality: double clicks to select
a word, and triple clicks to select a line.
A *word* is defined as some string which is placed between space characters
or boundary.
A *line* is defined as the content which starts from 0 to term.col.
I've tried