JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fixed copying empty lines inside selection.
[st.git] / st.c
diff --git a/st.c b/st.c
index 6424b54..506be0f 100644 (file)
--- 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';
 
                /*