Skip to content

Commit

Permalink
Fixed bug in AnsiNote
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Nov 18, 2016
1 parent 462bc81 commit 3355d1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripting/methods/methods_noting.cpp
Expand Up @@ -336,6 +336,8 @@ long length;
iCurrentBackGround = iCode & 0xFF;
SetNoteColourBack (xterm_256_colours [iCurrentBackGround]);
}
nextANSI_TEXT_256_COLOUR = false; // cancel now that we have noticed it
nextANSI_BACK_256_COLOUR = false;
}
// here if we have had ESC [ 38 or ESC [ 48
// we expect a 5 to follow, otherwise cancel
Expand Down

0 comments on commit 3355d1e

Please sign in to comment.