FONT_MEAN_WIDTH   324 src/editor/format.c     ww = edit_options.word_wrap_line_length * FONT_MEAN_WIDTH - indent;
FONT_MEAN_WIDTH   325 src/editor/format.c     if (ww < FONT_MEAN_WIDTH * 2)
FONT_MEAN_WIDTH   326 src/editor/format.c         ww = FONT_MEAN_WIDTH * 2;