dm_ansi_color Subroutine

public subroutine dm_ansi_color(color, no_color)

Changes foreground to given colour.

Arguments

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

Colour.

logical, intent(in), optional :: no_color

No output if .true..


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