Skip to content

Commit

Permalink
Demonstrate line numbers in jinx example.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalquark committed Jul 8, 2020
1 parent 1ad6813 commit b1fcddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jinx/jinx.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ int main(int argc, char **argv) {
" // Start up the gnome\n"
" gnome_init(\"stest\", \"1.0\", argc, argv);\n}");
SSM(SCI_SETPROPERTY, (uptr_t)"fold", (sptr_t)"1");
SSM(SCI_SETMARGINWIDTHN, 0, 2);
SSM(SCI_SETMARGINWIDTHN, 2, 1);
SSM(SCI_SETMARGINMASKN, 2, SC_MASK_FOLDERS);
SSM(SCI_SETMARGINSENSITIVEN, 2, 1);
Expand Down

0 comments on commit b1fcddf

Please sign in to comment.