2011/4/13 Cheng-Wei Lin <halb...@gmail.com>: > 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.
Thanks, but like someone said earlier on the list, I think this should be either regex-based or done via piping the screen content to a script in order to be more flexible.