| File src/PipeDial.cpp changed (mode: 100644) (index 4dd2874..57b7d45) |
| ... |
... |
PipeDial::PipeDial(std::wstring titleText, std::vector<std::wstring> initLines) |
| 37 |
37 |
title(std::move(titleText)), quit(false) |
title(std::move(titleText)), quit(false) |
| 38 |
38 |
{ |
{ |
| 39 |
39 |
cursed::Format titleBg; |
cursed::Format titleBg; |
| 40 |
|
titleBg.setForeground(6); |
|
| 41 |
|
titleBg.setBackground(0); |
|
|
40 |
|
titleBg.setForeground(cursed::Color::Cyan); |
|
41 |
|
titleBg.setBackground(cursed::Color::Black); |
| 42 |
42 |
titleBg.setReversed(true); |
titleBg.setReversed(true); |
| 43 |
43 |
titleBg.setBold(true); |
titleBg.setBold(true); |
| 44 |
44 |
title.setBackground(titleBg); |
title.setBackground(titleBg); |