# HG changeset patch # User Jordan Miner # Date 1265490717 21600 # Node ID c9a4850926d96ce89720dd1dbc8093a26ce73051 # Parent 76b08174931652653b3cba371fb18fc9c3f24f08 Remove a couple not helpful comments (because moving memory does not save it) and add a helpful one. diff -r 76b081749316 -r c9a4850926d9 dynamin/core/event.d --- a/dynamin/core/event.d Thu Aug 13 22:14:04 2009 -0500 +++ b/dynamin/core/event.d Sat Feb 06 15:11:57 2010 -0600 @@ -69,9 +69,6 @@ /// void delegate(ArgsType e) public alias void delegate(ArgsType e) Dispatcher; - // TODO: could save memory by storing mainHandler in handlers? - // putting 15 events (24 bytes each) in every control takes memory - // TODO: use a list-like struct? Handler[] handlers; /// Handler mainHandler; diff -r 76b081749316 -r c9a4850926d9 dynamin/core/unix_console.d --- 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() {