05e67c59a20a5d00b810a981aef3b00c5bef82e1
max
  Fri Sep 20 06:03:18 2024 -0700
more features to hubtools: search in both parent and subdirs, better docs

diff --git src/hg/inc/interactUi.h src/hg/inc/interactUi.h
index b653524..d186d6c 100644
--- src/hg/inc/interactUi.h
+++ src/hg/inc/interactUi.h
@@ -30,31 +30,31 @@
 /* Cart variables */
 
 #define INTERACT_DIRECTION_DASHES "dashes"
 #define INTERACT_DIRECTION_DASHES_DEFAULT TRUE
 
 #define INTERACT_DRAW           "draw"
 #define INTERACT_DRAW_LINE      "line"
 #define INTERACT_DRAW_ELLIPSE   "ellipse"
 #define INTERACT_DRAW_CURVE     "curve"
 #define INTERACT_DRAW_DEFAULT   INTERACT_DRAW_CURVE
 
 #define INTERACT_ENDS_VISIBLE     "endsVisible"
 #define INTERACT_ENDS_VISIBLE_TWO "two"
 #define INTERACT_ENDS_VISIBLE_ONE "one"
 #define INTERACT_ENDS_VISIBLE_ANY "any"
-#define INTERACT_ENDS_VISIBLE_DEFAULT INTERACT_ENDS_VISIBLE_ANY
+#define INTERACT_ENDS_VISIBLE_DEFAULT INTERACT_ENDS_VISIBLE_TWO
 
 #define INTERACT_CLUSTER          "cluster"
 #define INTERACT_CLUSTER_SOURCE   "source"
 #define INTERACT_CLUSTER_TARGET   "target"
 
 
 void interactCfgUi(char *database, struct cart *cart, struct trackDb *tdb, char *track,
                         char *title, boolean boxed);
 /* Configure interact track type */
 
 boolean interactUiDirectional(struct trackDb *tdb);
 /* Determine if interactions are directional */
 
 char *interactUiOffset(struct trackDb *tdb);
 /* Determine whether to offset source or target (or neither if NULL) */