# File raggle, line 2913
        def reflow_string(str)
          w = dimensions[0]
          str.reflow(w - 4)
        end