Skip to content

Commit

Permalink
suiro: Fix start output
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Jun 23, 2022
1 parent b1971f1 commit 6becbc4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion suiro/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ fn print(stdout: &mut StdoutLock, game: &Game) -> anyhow::Result<()> {
if y == 0 {
format!(
"{}{}{}",
color_flow,
if flow[0] {
color_flow.to_string()
} else {
color_ng.to_string()
},
'━',
termion::color::Fg(termion::color::Reset)
)
Expand Down

0 comments on commit 6becbc4

Please sign in to comment.