forked from KolibriOS/kolibrios
Fix handling navigation keys
git-svn-id: svn://kolibrios.org@6002 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
1841e3982c
commit
97f02885ef
@ -208,9 +208,9 @@ still:
|
|||||||
jne still
|
jne still
|
||||||
mov ebx,[day_sel]
|
mov ebx,[day_sel]
|
||||||
cmp ah,176 ; left arrow
|
cmp ah,176 ; left arrow
|
||||||
jb still
|
jg still
|
||||||
cmp ah,179
|
cmp ah,179
|
||||||
ja still
|
jl still
|
||||||
shr eax,8
|
shr eax,8
|
||||||
sub eax,176
|
sub eax,176
|
||||||
movsx ecx,byte[day_bounds+eax*2]
|
movsx ecx,byte[day_bounds+eax*2]
|
||||||
|
Loading…
Reference in New Issue
Block a user