minor fixes for startup beep, monochrome monitor; new mono monitor colour (amethyst)

Former-commit-id: 305989668765a7fb2c906b7538e51a7a6fb20fe9
Former-commit-id: 832a84bc30dfb3db86d29b65ea97b70b4e6e4fd0
This commit is contained in:
Song Minjae
2016-09-30 21:04:11 +09:00
parent 0859544bd6
commit 3f34286b3f
6 changed files with 90 additions and 26 deletions

View File

@@ -405,8 +405,9 @@ open class SimpleTextTerminal(
val GREEN = Color(74, 255, 0) // P39, 525 nm
val WHITE = Color(204, 223, 255) // approximation of white CRT I own
private val WHITE7500 = Color(0xe4eaff)
val BLUE_NOVELTY = Color(0, 226, 255) // imaginary, 483 nm
val BLUE_NOVELTY = Color(0x27d7ff)
val RED = Color(250, 51, 0) // 632 nm
val AMETHYST_NOVELTY = Color(0xc095ff)
val ASCII_NUL = 0.toChar()
val ASCII_BEL = 7.toChar() // *BEEP!*