active_col        520 src/help.c         int active_col, active_line;  // Active link position
active_col        534 src/help.c             active_col = 0;
active_col        567 src/help.c                         active_col = col + 2;
active_col        664 src/help.c         if (active_col != 0)
active_col        665 src/help.c             widget_gotoyx (h, active_line, active_col);