mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-06 05:28:31 +09:00
Compare commits
2 Commits
8d7d534bc8
...
65d89db9c6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65d89db9c6 | ||
|
|
53173a359c |
@@ -567,8 +567,8 @@ const colStatus = 253
|
||||
const colVoiceHdr = 230
|
||||
const colSep = 252
|
||||
const colPushBtnBack = 143
|
||||
const colTabBarBack = 225
|
||||
const colTabBarBack2 = 135
|
||||
const colTabBarBack = 187
|
||||
const colTabBarBack2 = 136
|
||||
const colTabBarOrn = 136
|
||||
const colBrand = 211
|
||||
const colPopupBack = 52
|
||||
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user