X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=506be0f2b274dbcc22fc40feb89cfc76949d2eb0;hb=2411308bd24c4db97a3bb06d38f183a679aec1ea;hp=6424b54249064cebb986760e229bbe0694f5960a;hpb=f4ebb3180f9f03bc35034348a5aff8745eac9ebf;p=st.git diff --git a/st.c b/st.c index 6424b54..506be0f 100644 --- a/st.c +++ b/st.c @@ -949,7 +949,7 @@ getsel(void) { * st. * FIXME: Fix the computer world. */ - if(y < sel.ne.y && x > 0 && !((gp-1)->mode & ATTR_WRAP)) + if(y < sel.ne.y && !(x > 0 && (gp-1)->mode & ATTR_WRAP)) *ptr++ = '\n'; /*