toml_terminal Interface

public interface toml_terminal

Constructor to create new terminal


Module Procedures

private pure function new_terminal(use_color) result(new)

Create new terminal

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: use_color

Enable color support in terminal

Return Value type(toml_terminal)

New terminal instance