FONT_MEAN_WIDTH   331 src/editor/format.c     ww = edit_options.word_wrap_line_length * FONT_MEAN_WIDTH - indent;
FONT_MEAN_WIDTH   332 src/editor/format.c     if (ww < FONT_MEAN_WIDTH * 2)
FONT_MEAN_WIDTH   333 src/editor/format.c         ww = FONT_MEAN_WIDTH * 2;