## STAGING
+* tide: move mouse when tag region collapses
* tfetch: read rules from rcfile in home and curr dir
* tfetch: ls results instead of pcmanfm on right click directory
* tide: gap buffer does not handle UTF-8 currently
if (buf_selsz(BUF) && !extsel) {
buf_selclr(BUF, move);
buf_getcol(BUF);
+ if (bything == buf_byline) {
+ CSRPOS = bything(BUF, CSRPOS, move);
+ buf_setcol(BUF);
+ if (!extsel)
+ buf_selclr(BUF, (move < 0 ? LEFT : RIGHT));
+ }
} else {
CSRPOS = bything(BUF, CSRPOS, move);
if (bything == buf_byline)