From: Colona Date: Tue, 3 Jun 2014 02:34:58 +0000 (+0200) Subject: Make selection consistent over line breaks. X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/2323e962e6bcddba42fd8be977088fb63ed8844c?hp=2323e962e6bcddba42fd8be977088fb63ed8844c 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 ---