--- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/st.c index 6424b54..506be0f 100644 --- a/st.c +++ b/st.c _AT_@ -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'; /* -- 1.9.0.msysgit.0Received on Mon May 26 2014 - 07:23:56 CEST
This archive was generated by hypermail 2.3.0 : Mon May 26 2014 - 07:36:03 CEST