tmux-mem-cpu-load/common/powerline.h

9 lines
147 B
C
Raw Normal View History

2016-03-05 05:19:31 -05:00
#ifndef POWERLINE_H
#define POWERLINE_H
#include <sstream>
void powerline(std::ostringstream &oss, const char s[], bool);
#endif // POWERLINE_H