]> git.mdlowis.com Git - projs/tide.git/commitdiff
removed selprev call for tags line
authorMichael D. Lowis <mike@mdlowis.com>
Thu, 6 Sep 2018 01:59:31 +0000 (21:59 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Thu, 6 Sep 2018 01:59:31 +0000 (21:59 -0400)
lib/x11.c

index 5b30afe0fb7c68610d04b0363a2c4bf6c843cee9..064bcdac0128124b74c3cd606b778dc0c48f97be 100644 (file)
--- 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));
 }