diff dynamin/core/unix_console.d @ 77:c9a4850926d9

Remove a couple not helpful comments (because moving memory does not save it) and add a helpful one.
author Jordan Miner <jminer7@gmail.com>
date Sat, 06 Feb 2010 15:11:57 -0600
parents aa4efef0f0b1
children 73060bc3f004
line wrap: on
line diff
--- a/dynamin/core/unix_console.d	Thu Aug 13 22:14:04 2009 -0500
+++ b/dynamin/core/unix_console.d	Sat Feb 06 15:11:57 2010 -0600
@@ -33,6 +33,7 @@
 Can get width of console with $COLUMNS
 Can get height of console with $LINES
 */
+// The control codes are defined in ECMA-48.
 template ConsoleBackend() {
 	static colorsUsed = false;
 	static ~this() {