X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=inline;f=st.c;h=2612c955872b516a0ad76e2097b7f09d9a47bc78;hb=74cff67bd7746c2636ea7bc78a0b8af2f8c44838;hp=46c954ba8bc7276168cfd0129b8e6526b1591715;hpb=6ac8c8aa50d521f82d491ab54eb972660fdf3207;p=st.git diff --git a/st.c b/st.c index 46c954b..2612c95 100644 --- a/st.c +++ b/st.c @@ -446,6 +446,7 @@ selstart(int col, int row, int snap) 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 @@ selextend(int col, int row, int type, int done) oldsey = sel.ne.y; oldtype = sel.type; - sel.alt = IS_SET(MODE_ALTSCREEN); sel.oe.x = col; sel.oe.y = row; selnormalize();