Re: Selecting a text with mouse

2013-12-28 Thread Mikhail Morfikov
On Sat, 28 Dec 2013 07:21:57 + Nicholas Marriott wrote: > > > > The next thing is when I'm scrolling while I'm selecting something > > -- it works well (using the mouse wheel), but when I move my mouse > > just a little bit, it goes crazy. :) The scrolling is very fast > > 20-30 lines per mi

Re: Selecting a text with mouse

2013-12-28 Thread Mikhail Morfikov
On Sat, 28 Dec 2013 19:07:25 -0500 Shawn Haworth wrote: > > Let's say that we have a word "word|", when I click 2x on it, it > > selects only the text "word" without "|" . But when the same word > > is placed near the vertical border, and I try to select it, I got > > "│word". I noticed that the

Re: Selecting a text with mouse

2013-12-28 Thread Shawn Haworth
> Let's say that we have a word "word|", when I click 2x on it, it selects > only the text "word" without "|" . But when the same word is placed near > the vertical border, and I try to select it, I got "│word". I noticed > that the character is a little bit different -- │ and | -- the line > is lo

Re: Selecting a text with mouse

2013-12-28 Thread Thomas Adam
On 28 Dec 2013 07:24, "Nicholas Marriott" wrote: > That's not ideal, we should probably make it so resizing doesn't happen > during a selection. Fixed in git. Thomas Adam -- Rapidly troubleshoot problems before they aff

Re: Selecting a text with mouse

2013-12-27 Thread Nicholas Marriott
On Sat, Dec 28, 2013 at 02:45:45AM +0100, Mikhail Morfikov wrote: > On Fri, 27 Dec 2013 22:55:39 + > Nicholas Marriott wrote: > > > Probably you need to configure the characters that are considered part > > of a word in your terminal not to include the UTF-8 line drawing > > characters. > >

Re: Selecting a text with mouse

2013-12-27 Thread Mikhail Morfikov
On Fri, 27 Dec 2013 22:55:39 + Nicholas Marriott wrote: > Probably you need to configure the characters that are considered part > of a word in your terminal not to include the UTF-8 line drawing > characters. I'll try to do it, but there's no option to change margin settings? > You can use

Re: Selecting a text with mouse

2013-12-27 Thread Nicholas Marriott
On Fri, Dec 27, 2013 at 11:39:58PM +0100, Mikhail Morfikov wrote: > When I divide a window vertically, and when I try to use a double click > to select a word, I noticed that it also selects a part of the vertical > line. It doesn't select the horizontal line though. > > Let's say that we have a w

Selecting a text with mouse

2013-12-27 Thread Mikhail Morfikov
When I divide a window vertically, and when I try to use a double click to select a word, I noticed that it also selects a part of the vertical line. It doesn't select the horizontal line though. Let's say that we have a word "word|", when I click 2x on it, it selects only the text "word" without