JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Make selection consistent over line breaks.
authorColona <colona@ycc.fr>
Tue, 3 Jun 2014 02:34:58 +0000 (04:34 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Wed, 4 Jun 2014 19:09:07 +0000 (21:09 +0200)
commit2323e962e6bcddba42fd8be977088fb63ed8844c
tree32c6e165073c6eea809919272c0226cc014e5063
parentc6fcb78b3a9a73b691875048848430c18870a0fc
Make selection consistent over line breaks.

Currently, selection is expanded to the end of the line over line breaks only in
regular selection mode, when the line in not empty and when going down and/or
right. This covers all the cases including word selection mode, with the
exception of rectangular selection because it would make this mode too rigid.
This adjustment is made in selsort so I renamed it to selnormalize to better
reflect what it does now.

Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
st.c