dm_ansi_reset Subroutine

public subroutine dm_ansi_reset(no_color, unit)

Resets colours. Writes to stdout if unit is passed.

Arguments

Type IntentOptional Attributes Name
logical, intent(in), optional :: no_color

No output if .true..

integer, intent(in), optional :: unit

File unit.


Called by

proc~~dm_ansi_reset~~CalledByGraph proc~dm_ansi_reset dm_ansi_reset proc~dm_test_run dm_test_run proc~dm_test_run->proc~dm_ansi_reset proc~dm_test_skip dm_test_skip proc~dm_test_skip->proc~dm_ansi_reset