Subversion Repositories Kolibri OS

Rev

Rev 629 | Rev 987 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
617 mikedld 1
 
2
3
 
4
	   dd ?,?
5
 .params   dd ?
6
	   dd ?,?
7
	   db ?
8
 .filename dd ?
9
10
 
11
f_info.path:
12
    times PATHL+1 db ?
13
f_info70 rd 7
14
15
 
16
17
 
18
checker_ed_ll dd ?
19
20
 
21
virtual at tab_bar.Current
22
  cur_tab      TABITEM
23
end virtual
24
virtual at tab_bar.Current.Editor
25
  cur_editor   EDITOR
26
end virtual
27
28
 
29
30
 
31
columns.scr   dd ?    ; number of columns on the screen
32
top_ofs       dd ?    ; height occupied by top buttons
33
bot_ofs       dd ?    ; height occupied by bottom buttons
34
	      dw ?
35
left_ofs      dd ?    ;
36
__rc	      dd ?,?,?,?
37
copy_count    dd ?    ; number of lines for copying (Ctrl+E)
38
copy_size     dd ?    ; size of data to copy
39
s_title.size  dd ?    ; caption length
40
41
 
42
h_popup       dd ?
43
bot_dlg_handler dd ?
44
45
 
46
sel.begin.y   dd ?
47
sel.end.x     dd ?
48
sel.end.y     dd ?
49
sel.selected  db ?
50
51
 
52
53
 
54
main_closing  db ?    ; main window closing?
629 mikedld 55
main_closed   db ?    ; main window closed?
617 mikedld 56
tb_casesen    db ?    ; focused textbox is case-sensitive?
57
58
 
59
60
 
61
s_fname.size  dd ?
62
s_fname       rb PATHL+1
63
align 4
64
s_search.size dd ?
65
s_search      rb PATHL+1
66
67
 
68
69
 
70
chr dd ?
826 mikedld 71
shi dd ?
617 mikedld 72
73
 
74
cl_3d_normal dd ?
75
cl_3d_pushed dd ?
76
cl_3d_outset dd ?
77
cl_3d_inset  dd ?
78
cl_3d_grayed dd ?
79
80
 
81
tb_opensave  TBOX
82
tb_find      TBOX
83
tb_replace   TBOX
84
tb_gotorow   TBOX
85
tb_gotocol   TBOX
86
87
 
88
89
 
90
91
 
92
mst2 rd 2
93
mev  db ?
94
mouse_captured	db ?
95
just_from_popup db ?
96
97
 
629 mikedld 98
bot_mode2 db ?
99
617 mikedld 100
 
101
102
 
103
exit_tab_item  dd ?
629 mikedld 104
exit_tab_num   dd ?
105
617 mikedld 106
 
107
copy_buf dd ?
108