dm_ansi_color Subroutine

public subroutine dm_ansi_color(color, no_color, unit)

Changes foreground to color. Writes to stdout if no unit is passed.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: color

Colour.

logical, intent(in), optional :: no_color

No output if .true..

integer, intent(in), optional :: unit

File unit.


Called by

proc~~dm_ansi_color~~CalledByGraph proc~dm_ansi_color dm_ansi_color proc~dm_test_run dm_test_run proc~dm_test_run->proc~dm_ansi_color proc~dm_test_skip dm_test_skip proc~dm_test_skip->proc~dm_ansi_color