/* line numbers */
if (ds->line_numbers) {
ds->style = QE_STYLE_GUTTER;
display_printf(ds, -1, -1, "%6d ", line_num + 1);
ds->style = 0;
}
with a default definition of
STYLE_DEF(QE_STYLE_GUTTER, "gutter", /* #f84400 on grey25 */
QERGB(0xf8, 0x44, 0x00), QERGB(0x3f, 0x3f, 0x3f), 0, 0)
Chqrlie.
What style element name is the numbers themselves? I figured out that “gutter” is the tray the numbers are in.
On Fri, Sep 2, 2022, at 2:43 PM, Charlie Gordon wrote:
Hello Marc,
You can toggle line numbers display with the toggle-line-numbers command bound to "C-x RET l” and "C-c l”
This command can be found with the apropos command: C-h a line RET
Enjoy!
Chqrlie
Can Qemacs number lines onscreen? I realize there’s a line counter in the mode line.