show line number in left part of screen (hotkey alt-n)
commit854f214563a6373b5f833b515484e03aaf930594
authorIlia Maslakov <il.smind@gmail.com>
Mon, 11 May 2009 21:15:55 +0000 (11 21:15 +0000)
committerIlia Maslakov <il.smind@google.com>
Wed, 13 May 2009 07:09:47 +0000 (13 07:09 +0000)
tree08989191fbe52e9091d3fbdeaa08f5c54441d452
parent25d5ed8c6ab5bf9453f274fd453bb5ec47c714f0
show line number in left part of screen (hotkey alt-n)

    add option editor_line_status to ini (src/setup.c)
    add action CK_Toggle_Line_State (edt/editcmddef.h)
    change "print_to_widget()" to show line state, if option_line_state = 1 show line num (edit/editdraw.c)
    change "edit_draw_this_line()", (set line state: line num, etc)
    add const LINE_STATE_WIDTH, add options: option_line_state, option_line_state_width (edit/edit.h)
    add switch on/off show line number (edit/edit.c)
    add CK_Toggle_Line_State to translation table command_names (bindings name is Toggle-Line-State).
    add const LINE_STATE_COLOR for draw left area bar line state
    add color pair "editlinestate" for set in ini
    add help for keyword "editlinestate" on "mc --help-color" (src/main.c)
edit/edit.c
edit/edit.h
edit/editcmddef.h
edit/editdraw.c
edit/editkeys.c
edit/editwidget.c
edit/usermap.c
src/color.c
src/color.h
src/main.c
src/setup.c