67 character(
4 ,
SK) ::
bold = ESC
//"[1m"
69 character(
4 ,
SK) ::
dim = ESC
//"[2m"
90 character(
5 ,
SK) ::
fred = ESC
//"[31m"
153 integer , kind :: kind
= SK
158 character(
4 , kind) ::
bold = ESC
//"[1m"
159 character(
4 , kind) ::
bright = ESC
//"[1m"
160 character(
4 , kind) ::
dim = ESC
//"[2m"
161 character(
4 , kind) ::
italic = ESC
//"[3m"
165 character(
4 , kind) ::
hidden = ESC
//"[8m"
166 character(
4 , kind) ::
strike = ESC
//"[9m"
170 character(
4 , kind) ::
enddim = ESC
//"[2m"
177 character(
4 , kind) ::
endall = ESC
//"[0m"
180 character(
5 , kind) ::
fblack = ESC
//"[30m"
181 character(
5 , kind) ::
fred = ESC
//"[31m"
182 character(
5 , kind) ::
fgreen = ESC
//"[32m"
184 character(
5 , kind) ::
fblue = ESC
//"[34m"
186 character(
5 , kind) ::
fcyan = ESC
//"[36m"
187 character(
5 , kind) ::
fwhite = ESC
//"[37m"
190 character(
6 , kind) ::
flred = ESC
//"[91m"
193 character(
6 , kind) ::
flblue = ESC
//"[94m"
195 character(
6 , kind) ::
flcyan = ESC
//"[96m"
198 character(
5 , kind) ::
bblack = ESC
//"[40m"
199 character(
5 , kind) ::
bred = ESC
//"[41m"
200 character(
5 , kind) ::
bgreen = ESC
//"[42m"
202 character(
5 , kind) ::
bblue = ESC
//"[44m"
204 character(
5 , kind) ::
bcyan = ESC
//"[46m"
205 character(
5 , kind) ::
bwhite = ESC
//"[47m"
208 character(
6 , kind) ::
blred = ESC
//"[101m"
211 character(
6 , kind) ::
blblue = ESC
//"[104m"
213 character(
6 , kind) ::
blcyan = ESC
//"[106m"
This module defines the relevant Fortran kind type-parameters frequently used in the ParaMonte librar...
integer, parameter IK
The default integer kind in the ParaMonte library: int32 in Fortran, c_int32_t in C-Fortran Interoper...
integer, parameter SK
The default character kind in the ParaMonte library: kind("a") in Fortran, c_char in C-Fortran Intero...
This module contains procedures and generic interfaces for styling strings according for display on D...
character(5, SK) bdefault
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(5, SK) fblue
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(6, SK) blblue
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(5, SK) fmagenta
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(5, SK) fwhite
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) enddim
The ANSI escape code that ends the ANSI style dim.
character(4, SK) endbright
The ANSI escape code that ends the ANSI style bold/bright.
character(4, SK) reverse
The ANSI escape code that makes subsequent texts appear in reverse.
character(5, SK) fdefault
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(5, SK) bblack
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) endunderlined
The ANSI escape code that ends the ANSI style underlined.
character(4, SK) dim
The ANSI escape code that makes subsequent texts appear dim.
character(6, SK) blblack
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) bold
The ANSI escape code that makes subsequent texts appear bold/bright.
character(6, SK) flcyan
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) endstrike
The ANSI escape code that ends the ANSI style strike-through.
character(6, SK) flred
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) endreverse
The ANSI escape code that ends the ANSI style reverse.
character(6, SK) blyellow
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) endhidden
The ANSI escape code that ends the ANSI style hidden.
character(6, SK) flblack
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(5, SK) byellow
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(6, SK) blmagenta
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) endblinking
The ANSI escape code that ends the ANSI style blinking.
character(6, SK) flblue
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(6, SK) flgreen
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) hidden
The ANSI escape code that makes subsequent texts disappear (hidden but not removed!...
character(5, SK) fcyan
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(6, SK) blwhite
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(5, SK) fgreen
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) bright
The ANSI escape code that makes subsequent texts appear bold/bright.
character(5, SK) bgreen
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(6, SK) blcyan
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(6, SK) flwhite
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(6, SK) blred
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(6, SK) flyellow
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) underlined
The ANSI escape code that makes subsequent texts appear underlined.
character(*, SK), parameter MODULE_NAME
character(4, SK) strike
The ANSI escape code that makes subsequent texts to have strike-through (not universally supported).
character(6, SK) blgreen
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(5, SK) bblue
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(5, SK) bwhite
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) blinking
The ANSI escape code that makes subsequent texts appear blinking (not universally supported).
character(4, SK) endbold
The ANSI escape code that ends the ANSI style bold/bright.
character(4, SK) reset
The ANSI escape code that resets all previously specified ANSI text styles (same as [](pm_strANSI::en...
character(4, SK) enditalic
The ANSI escape code that ends the ANSI style italic.
character(6, SK) flmagenta
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) endall
The ANSI escape code that resets all previously specified ANSI text styles (same as [](pm_strANSI::re...
character(5, SK) fyellow
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(4, SK) italic
The ANSI escape code that makes subsequent texts appear italic.
character(5, SK) bred
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(5, SK) fred
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(5, SK) bcyan
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(5, SK) bmagenta
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
character(5, SK) fblack
The scalar character of kind any supported by the processor (e.g., SK, SKA, SKD , or SKU) containing ...
This is the styleSeq_type Parameterized Derived Type (PDT) for styling Fortran scalar strings of arbi...