diff options
| author | mitchell <unknown> | 2020-07-07 20:10:49 -0400 |
|---|---|---|
| committer | mitchell <unknown> | 2020-07-07 20:10:49 -0400 |
| commit | 5f930428f724eef7dd0be4706670039b89f3523e (patch) | |
| tree | 80db8d7f709a39122bb1c7b71e7bc89c41167833 /curses/jinx/jinx.c | |
| parent | 3830699d90aa69b1ddde382e47983d26c84d6bcf (diff) | |
| download | scintilla-mirror-5f930428f724eef7dd0be4706670039b89f3523e.tar.gz | |
Demonstrate line numbers in jinx example for curses platform.
Diffstat (limited to 'curses/jinx/jinx.c')
| -rw-r--r-- | curses/jinx/jinx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/curses/jinx/jinx.c b/curses/jinx/jinx.c index c9b1f5b58..a650b2650 100644 --- a/curses/jinx/jinx.c +++ b/curses/jinx/jinx.c @@ -50,6 +50,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); |
