From 09129ddec06dac85e919a515f1b0fef55fa9e458 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Thu, 28 Sep 2023 13:56:11 -0700 Subject: [PATCH] brighten ascii logo on hover as was originally intended. why is fg "de-bolded" by pens? --- docs/changelog.txt | 1 + plugins/lua/hotkeys.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index aec12a96f..1859a7f79 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -60,6 +60,7 @@ Template for new versions: ## Misc Improvements - `dig`: `digtype` command now has options to choose between designating only visible tiles or hidden tiles, as well as "auto" dig mode. Z-level options adjusted to allow choosing z-levels above, below, or the same as the cursor. +- `hotkeys`: make the DFHack logo brighten on hover in ascii mode to indicate that it is clickable ## Documentation diff --git a/plugins/lua/hotkeys.lua b/plugins/lua/hotkeys.lua index 80f8816e8..71fda3d86 100644 --- a/plugins/lua/hotkeys.lua +++ b/plugins/lua/hotkeys.lua @@ -65,6 +65,7 @@ function HotspotMenuWidget:init() tile=function() return dfhack.textures.getTexposByHandle(logo_hovered_textures[idx]) end, ch=ch, fg=COLOR_WHITE, + bold=true, } end local function get_tile_token(idx, ch)