Re: [dev][st] patch for selcopy

2011-04-13 Thread Aurélien Aptel
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

[dev][st] patch for selcopy

2011-04-13 Thread Cheng-Wei Lin
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