Skip to content
This repository has been archived by the owner on Jul 21, 2018. It is now read-only.

Commit

Permalink
added line range init
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-simon committed Apr 30, 2018
1 parent f0a7154 commit dd3f186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/cmdlineoptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ CmdLineOptions::CmdLineOptions ( const int argc, const char *argv[] ) :
lineNrWidth ( 5 ),
lineLength ( 80 ),
lineNrStart ( 1 ),
lineRangeStart( 0 ),
lineRangeEnd( 0 ),
canvasPaddingWidth(0),
wrappingStyle ( highlight::WRAP_DISABLED ),
outputType ( highlight::HTML ),
Expand Down

0 comments on commit dd3f186

Please sign in to comment.