Skip to content

Commit e814974

Browse files
author
Yogthos
committed
Status bar: drop the blinking cursor, render 'running [code]' in the same dim gray
1 parent 00a46e1 commit e814974

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@
287287
margin-top:13px;border-top:1px solid #11331f;padding-top:9px;
288288
font-size:10px;color:var(--ph-dim);display:flex;align-items:center;gap:8px;flex-wrap:wrap;
289289
}
290-
.tui-status .run{color:var(--ph-add)}
291290
.tcur{display:inline-block;width:7px;height:12px;background:var(--ph-add);vertical-align:-2px;animation:blink 1s steps(1) infinite}
292291
@keyframes blink{50%{opacity:0}}
293292

@@ -578,7 +577,7 @@ <h1><em>dirge</em> — The Minimal<br>Rust Coding Agent</h1>
578577
<span>deepseek-v4-pro</span><span class="dimt">·</span>
579578
<span>11k/1.0M (1%)</span><span class="dimt">·</span>
580579
<span>3 msgs</span><span class="dimt">·</span>
581-
<span class="run">running [code]</span><span class="tcur"></span>
580+
<span>running [code]</span>
582581
</div>
583582
</div>
584583
</div>

0 commit comments

Comments
 (0)