From ca3701eb72e035e2bad49745a51a57baef24f282 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 5 Sep 2018 21:59:31 -0400 Subject: [PATCH] removed selprev call for tags line --- lib/x11.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/x11.c b/lib/x11.c index 5b30afe..064bcda 100644 --- a/lib/x11.c +++ b/lib/x11.c @@ -554,7 +554,6 @@ void win_init(char* title, KeyBinding* bindings) { /* Populate the tags region */ View* view = win_view(TAGS); view_putstr(view, TagString); - view_selprev(view); // clear the selection buf_logclear(&(view->buffer)); } -- 2.49.0