diff options
| author | Petr Mrázek | 2012-04-18 04:12:11 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-04-18 04:12:11 +0200 |
| commit | 6d53ab37e0d84d0095ad2c08226d40ef3ba461a9 (patch) | |
| tree | 7dd6393ffdae1118b06b204ea39b9b6093323fca /plugins/tiletypes.cpp | |
| parent | c46cb37865340a56676888a0c55bb24502e341f2 (diff) | |
| download | dfhack-6d53ab37e0d84d0095ad2c08226d40ef3ba461a9.tar.gz dfhack-6d53ab37e0d84d0095ad2c08226d40ef3ba461a9.tar.bz2 dfhack-6d53ab37e0d84d0095ad2c08226d40ef3ba461a9.tar.xz | |
Mass fixage
Updated readme.rst
Fixed up some help strings of plugin commands
Moved catsplosion and regrass to normal plugin folder
Fixed tiletypes and liquids not keeping command history properly
Diffstat (limited to 'plugins/tiletypes.cpp')
| -rw-r--r-- | plugins/tiletypes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/tiletypes.cpp b/plugins/tiletypes.cpp index 546f9c2c..73ec9f96 100644 --- a/plugins/tiletypes.cpp +++ b/plugins/tiletypes.cpp @@ -859,6 +859,7 @@ command_result df_tiletypes (color_ostream &out_, vector <string> & parameters) if (out.lineedit("tiletypes> ",input,tiletypes_hist) == -1) return CR_FAILURE; + tiletypes_hist.add(input); commands.clear(); Core::cheap_tokenise(input, commands); |
