save game

This commit is contained in:
Gerrit Viljoen 2019-12-26 14:31:34 +02:00
parent 48125473ee
commit d6d7d94df0

View File

@ -33,7 +33,7 @@ impl TableConfig {
impl Default for TableConfig {
fn default() -> Self {
TableConfig {
Self {
width: 80,
columns: BTreeMap::new()
}