diff options
| -rw-r--r-- | st.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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';  		/*  | 
