From: Michael D. Lowis Date: Thu, 6 Sep 2018 01:59:31 +0000 (-0400) Subject: removed selprev call for tags line X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=ca3701eb72e035e2bad49745a51a57baef24f282;p=projs%2Ftide.git removed selprev call for tags line --- 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)); }