Skip to content

Commit

Permalink
Merge pull request #3473 from dra27/more-0m-fun
Browse files Browse the repository at this point in the history
Missing case in Windows VT-100 translator
  • Loading branch information
AltGr authored Jul 23, 2018
2 parents 8fec11e + e45f258 commit b467105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/opamConsole.ml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ let win32_print_message ch msg =
blend 0b011
| "37" ->
blend 0b111
| "0"
| "" ->
blend ~inheritbold:false 0b0111
| _ -> assert false
Expand Down

0 comments on commit b467105

Please sign in to comment.