boldflag_byte     111 src/viewer/hex.c     mark_t boldflag_byte = MARK_NORMAL;
boldflag_byte     253 src/viewer/hex.c             boldflag_byte = mcview_hex_calculate_boldflag (view, from, curr, FALSE);
boldflag_byte     264 src/viewer/hex.c             tty_setcolor (boldflag_byte == MARK_NORMAL         ? VIEWER_NORMAL_COLOR
boldflag_byte     265 src/viewer/hex.c                               : boldflag_byte == MARK_SELECTED ? VIEWER_BOLD_COLOR
boldflag_byte     266 src/viewer/hex.c                               : boldflag_byte == MARK_CHANGED  ? VIEWER_UNDERLINED_COLOR