2#ifndef STORMM_DISPLAY_H
3#define STORMM_DISPLAY_H
19std::string horizontalRule(
const std::string &left_corner = std::string(
"+"),
20 const std::string &right_corner = std::string(
"+"),
int width = 79,
21 const char middle =
'-');
30void terminalHorizontalRule(
const std::string &left_corner = std::string(
"+"),
31 const std::string &right_corner = std::string(
"+"),
int width = 0,
32 const char middle =
'-', std::ostream *foutp = &std::cout);