diff sat_frontends/jp/cmd_debug.py @ 3705:691dbd78981c

cli (debug/theme): display currently used background
author Goffi <goffi@goffi.org>
date Sat, 06 Nov 2021 17:09:28 +0100
parents 04283582966f
children 524856bd7b19
line wrap: on
line diff
--- a/sat_frontends/jp/cmd_debug.py	Sat Nov 06 17:08:50 2021 +0100
+++ b/sat_frontends/jp/cmd_debug.py	Sat Nov 06 17:09:28 2021 +0100
@@ -199,6 +199,7 @@
         pass
 
     async def start(self):
+        print(f"background currently used: {A.BOLD}{self.host.background}{A.RESET}\n")
         for attr in dir(C):
             if not attr.startswith("A_"):
                 continue