Subversion Repositories Kolibri OS

Rev

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

Rev 4327 Rev 4988
Line 130... Line 130...
130
  @@:
130
  @@:
131
    dec [mb_key_foc]
131
    dec [mb_key_foc]
132
    call MsgBoxDrawAllBut
132
    call MsgBoxDrawAllBut
133
  .no_left:
133
  .no_left:
Line -... Line 134...
-
 
134
 
-
 
135
  cmp ah,9 ;Tab
134
 
136
  je @f
-
 
137
  cmp ah,179 ;Right
135
  cmp ah,179 ;Right
138
  je @f
-
 
139
	jmp .no_right
136
  jne .no_right
140
  @@:
137
  mov al,[mb_key_max]
141
  mov al,[mb_key_max]
138
  add al,MB_FIRST_BUT_ID
142
  add al,MB_FIRST_BUT_ID
139
  cmp [mb_key_foc],al
143
  cmp [mb_key_foc],al
140
  je .no_right
144
  je .no_right