JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove useless draw().
authorAurélien Aptel <aurelien.aptel@gmail.com>
Tue, 12 Oct 2010 23:25:04 +0000 (01:25 +0200)
committerAurélien Aptel <aurelien.aptel@gmail.com>
Tue, 12 Oct 2010 23:25:04 +0000 (01:25 +0200)
st.c

diff --git a/st.c b/st.c
index e636b63..37c4048 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1563,7 +1563,7 @@ kpress(XEvent *ev) {
                        break;
                case XK_Insert:
                        if(shift)
-                               selpaste(), draw(1);
+                               selpaste();
                        break;
                default:
                        fprintf(stderr, "errkey: %d\n", (int)ksym);