Subversion Repositories Kolibri OS

Rev

Rev 7577 | Rev 7580 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7577 Rev 7579
Line 1023... Line 1023...
1023
    .buffer_find dd 0 ;+190
1023
    .buffer_find dd 0 ;+190
1024
    .cur_ins     db 1 ;+194
1024
    .cur_ins     db 1 ;+194
1025
    .mode_color  db 1 ;+195
1025
    .mode_color  db 1 ;+195
1026
    .mode_invis  db 0 ;+196
1026
    .mode_invis  db 0 ;+196
1027
    .gp_opt      db 0 ;+197
1027
    .gp_opt      db 0 ;+197
1028
    dd 0;.fun_on_key_ctrl_o dd but_ctrl_o ;+198 
1028
    dd 0 ;.fun_on_key_ctrl_all dd but_ctrl_all ;+198 
1029
    .fun_on_key_ctrl_f dd 0 ;+202 ... Ctrl+F
-
 
1030
    dd 0;.fun_on_key_ctrl_n dd but_ctrl_n ;+206 ... Ctrl+N
-
 
1031
    .fun_on_key_ctrl_s dd 0 ;+210 ... Ctrl+S
1029
    dd 0,0,0 ;reserved
1032
    .buffer_size       dd 4096 ;+214
1030
    .buffer_size       dd 4096 ;+214
1033
    .fun_find_err      dd 0 ;+218
1031
    .fun_find_err      dd 0 ;+218
1034
    .fun_init_synt_err dd 0 ;+222
1032
    .fun_init_synt_err dd 0 ;+222
1035
    .fun_draw_panel_buttons dd 0 ;+226
1033
    .fun_draw_panel_buttons dd 0 ;+226
1036
    .fun_draw_panel_find    dd 0 ;+230
1034
    .fun_draw_panel_find    dd 0 ;+230
1037
    .fun_draw_panel_syntax  dd 0 ;+234
1035
    dd 0 ;+234 reserved
1038
    .fun_save_err       dd 0 ;+238
1036
    .fun_save_err       dd 0 ;+238
1039
    .increase_size dd 1000 ;+242
1037
    .increase_size dd 1000 ;+242
1040
    .ptr_free_symb dd ? ;+246
1038
    .ptr_free_symb dd ? ;+246
1041
    .font_size     dd 16 shl 16 ; +250
1039
    .font_size     dd 16 shl 16 ; +250
Line 1159... Line 1157...
1159
        ted_but_redo,       'ted_but_redo', \
1157
        ted_but_redo,       'ted_but_redo', \
1160
        ted_but_reverse,    'ted_but_reverse', \
1158
        ted_but_reverse,    'ted_but_reverse', \
1161
        ted_but_find,       'ted_but_find', \
1159
        ted_but_find,       'ted_but_find', \
1162
        ted_but_replace,    'ted_but_replace', \
1160
        ted_but_replace,    'ted_but_replace', \
1163
        ted_text_colored,   'ted_text_colored', \
1161
        ted_text_colored,   'ted_text_colored', \
-
 
1162
        ted_text_colored,   'ted_text_colored', \
-
 
1163
        ted_go_to_position, 'ted_go_to_position', \
1164
        progressbar_draw,   'progressbar_draw'
1164
        progressbar_draw,   'progressbar_draw'
Line 1165... Line 1165...
1165
 
1165
 
1166
import  libimg, \
1166
import  libimg, \
1167
        lib_init1         , 'lib_init', \
1167
        lib_init1         , 'lib_init', \