Mudlet / Mudlet

⚔️ A cross-platform, open source, and super fast MUD client with scripting in Lua
https://mudlet.org
GNU General Public License v2.0
730 stars 264 forks source link

Colors set via MiniConsole:setColor aren't respected when console is split #1701

Closed dicene closed 6 years ago

dicene commented 6 years ago

Brief summary of issue / Description of requested feature:

After settings a TConsole(this is "main" or any Geyser.MiniConsole)'s background color via Geyser.MiniConsole:setColor(consoleName), that background color isn't used for bottom panel if that window gets split by scrollup up.

Steps to reproduce the issue / Reasons for adding feature:

  1. Create MiniConsole
  2. MiniConsole:setColor(colorName)
  3. Fill MiniConsole until it has more lines than it can display at once
  4. Scroll MiniConsole up

image

Error output / Expected result of feature

The bottom panel of the TConsole when it is split should be adopting the background color of the rest of the TConsole.

Extra information, such as Mudlet version, operating system and ideas for how to solve / implement:

vadi2 commented 6 years ago

Yeah, noticed as well while working on https://github.com/Mudlet/Mudlet/pull/1696.

SlySven commented 6 years ago

Believed to be fixed by RP 1719.