Skip to content

Commit

Permalink
libgui|Font: Comment about clearing tab stops
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 3, 2017
1 parent 686d82e commit ec03c4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/sdk/libgui/src/text/font_richformat.cpp
Expand Up @@ -137,6 +137,7 @@ DENG2_OBSERVES(EscapeParser, EscapeSequence)

case 'T':
stack.last().tabStop = de::max(-1, code[1].toLatin1() - 'a');
// Note: _E(T`): tabStop -1, i.e., switch to untabbed
break;

case 'b':
Expand Down

0 comments on commit ec03c4d

Please sign in to comment.