commit | 1fd6ca2260bc738f1e467e7e32d03cc225327ebf | [log] [download] |
---|---|---|
author | nicm <nicm> | Fri Jul 15 00:42:56 2016 +0000 |
committer | nicm <nicm> | Fri Jul 15 00:42:56 2016 +0000 |
tree | 146bb1ffb4a0d26401918adb5ffd737c3b218a6f | |
parent | fc118e13a9af1e54a6d95a50ef4dca6de25bab02 [diff] |
Instead of representing colours in several different forms with various cell flags, convert to use an int with flags marking 256 or RGB colours in the top byte (except in cells, which we don't want to make any bigger). From Brad Town.