Subversion Repositories Kolibri OS

Rev

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

Rev 1133 Rev 1134
Line 1687... Line 1687...
1687
con.button:
1687
con.button:
1688
; we have only one button, close
1688
; we have only one button, close
1689
con.thread_exit:
1689
con.thread_exit:
1690
        or      byte [con_flags+1], 2
1690
        or      byte [con_flags+1], 2
1691
        and     [con.console_tid], 0
1691
        and     [con.console_tid], 0
-
 
1692
        and     [con.entered_char], 0
1692
        or      eax, -1
1693
        or      eax, -1
1693
        int     0x40
1694
        int     0x40
1694
con.key:
1695
con.key:
1695
        mov     al, 2
1696
        mov     al, 2
1696
        int     0x40
1697
        int     0x40