We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21d82a commit e510f52Copy full SHA for e510f52
src/util/message.h
@@ -337,6 +337,24 @@ class messaget
337
return command(1);
338
}
339
340
+ /// render text with faint font
341
+ static commandt faint()
342
+ {
343
+ return command(2);
344
+ }
345
+
346
+ /// render italic text
347
+ static commandt italic()
348
349
+ return command(3);
350
351
352
+ /// render underlined text
353
+ static commandt underline()
354
355
+ return command(4);
356
357
358
mstreamt &get_mstream(unsigned message_level) const
359
{
360
mstream.message_level=message_level;
0 commit comments