Some comments.

This commit is contained in:
Adam Murdoch
2012-12-01 16:01:30 +11:00
parent f811c16ae5
commit c355d50bb9
2 changed files with 4 additions and 1 deletions

View File

@@ -10,9 +10,10 @@ package net.rubygrapefruit.platform;
@ThreadSafe
public interface Terminal {
/**
* Colors supported by a terminal.
* Basic colors supported by a terminal.
*/
enum Color {
// Don't change the order of these. They are in ANSI order
Black, Red, Green, Yellow, Blue, Magenta, Cyan, White
}