Color matches bright magenta.
This commit is contained in:
parent
d3c3062cc0
commit
b72d3f3420
|
@ -21,6 +21,7 @@
|
||||||
#include <boost/locale/message.hpp>
|
#include <boost/locale/message.hpp>
|
||||||
#include <boost/program_options/errors.hpp>
|
#include <boost/program_options/errors.hpp>
|
||||||
#include <boost/program_options/variables_map.hpp>
|
#include <boost/program_options/variables_map.hpp>
|
||||||
|
#include <termcolor/termcolor.hpp>
|
||||||
|
|
||||||
#include <clocale>
|
#include <clocale>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -124,8 +125,10 @@ int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
cout << ", page " << match.page;
|
cout << ", page " << match.page;
|
||||||
}
|
}
|
||||||
cout << ": " << match.context.first << match.text
|
cout << ": " << match.context.first
|
||||||
<< match.context.second << '\n';
|
<< termcolor::bright_magenta << match.text
|
||||||
|
<< termcolor::reset << match.context.second
|
||||||
|
<< '\n';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (const std::exception &e)
|
catch (const std::exception &e)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user