diff options
| author | Alexander Gavrilov | 2012-08-26 21:19:56 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-08-26 21:19:56 +0400 |
| commit | 84f6663a078ee8907fb1287fc25672c5f226f420 (patch) | |
| tree | 090afe6e01c722fce1e405da41ab7ee58c03e704 /dfhack.init-example | |
| parent | 81716523238823625d09e186204801a413e41210 (diff) | |
| download | dfhack-84f6663a078ee8907fb1287fc25672c5f226f420.tar.gz dfhack-84f6663a078ee8907fb1287fc25672c5f226f420.tar.bz2 dfhack-84f6663a078ee8907fb1287fc25672c5f226f420.tar.xz | |
Add a tweak to save the cursor position of dwarfmode between menus.
Diffstat (limited to 'dfhack.init-example')
| -rw-r--r-- | dfhack.init-example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dfhack.init-example b/dfhack.init-example index 552b2b3a..380bdd04 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -51,3 +51,10 @@ keybinding add Alt-R@dwarfmode/QueryBuilding/Some gui/room-list.work # interface for the liquids plugin keybinding add Alt-L@dwarfmode/LookAround gui/liquids + +################### +# UI logic tweaks # +################### + +# stabilize the cursor of dwarfmode when switching menus +tweak stable-cursor |
