update emulator
This commit is contained in:
@@ -172,6 +172,13 @@ func (m Model) renderControlsPanel(width int) string {
|
||||
b.WriteString(fmt.Sprintf("%s %s %d\n", sliderLabelStyle.Render(name), bar, val))
|
||||
}
|
||||
|
||||
// NC parameter display
|
||||
ncValue := "True"
|
||||
if !m.state.GetNCParam() {
|
||||
ncValue = "False"
|
||||
}
|
||||
b.WriteString(fmt.Sprintf("%s %s\n", sliderLabelStyle.Render("WNC (Tru/Fal)"), ncValue))
|
||||
|
||||
// Status section
|
||||
b.WriteString("\n")
|
||||
b.WriteString(titleStyle.Render("Status"))
|
||||
|
||||
Reference in New Issue
Block a user