From 65d89db9c6ca83964439cf5451d131f8e25764d5 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Tue, 28 Apr 2026 09:16:48 +0900 Subject: [PATCH] minor colour change(2) --- assets/disk0/tvdos/bin/taut.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/disk0/tvdos/bin/taut.js b/assets/disk0/tvdos/bin/taut.js index e8d647a..869102a 100644 --- a/assets/disk0/tvdos/bin/taut.js +++ b/assets/disk0/tvdos/bin/taut.js @@ -2096,13 +2096,14 @@ const popupDrawFrame = (wo) => { let titleWidth = wo.title.length con.move(wo.y, wo.x + (((wo.width - titleWidth - 2) & 254) >>> 1)) - let colFore = colTabActive + /*let colFore = colTabActive let colBack = colTabBarBack2 let colFore2 = colTabBarBack2 let colBack2 = colTabBarBack con.color_pair(colFore2, colBack2); print(sym.leftshade) con.color_pair(colFore, colBack); print(wo.title) - con.color_pair(colFore2, colBack2); print(sym.rightshade) + con.color_pair(colFore2, colBack2); print(sym.rightshade)*/ + con.color_pair(colTabInactive, colTabBarBack); print(` ${wo.title} `) // fill content area for (let r = 1; r < wo.height - 1; r++) {