all repos — st @ 74cff67bd7746c2636ea7bc78a0b8af2f8c44838

st (suckless terminal) config

set sel.alt in selstart instead of selextend
Daniel Tameling tamelingdaniel@gmail.com
commit

74cff67bd7746c2636ea7bc78a0b8af2f8c44838

parent

6f0f2b7ec3713351de274707672fbadb6cc727a2

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -446,6 +446,7 @@ {

selclear(); sel.mode = SEL_EMPTY; sel.type = SEL_REGULAR; + sel.alt = IS_SET(MODE_ALTSCREEN); sel.snap = snap; sel.oe.x = sel.ob.x = col; sel.oe.y = sel.ob.y = row;

@@ -474,7 +475,6 @@ oldsby = sel.nb.y;

oldsey = sel.ne.y; oldtype = sel.type; - sel.alt = IS_SET(MODE_ALTSCREEN); sel.oe.x = col; sel.oe.y = row; selnormalize();