Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 660 → Rev 661

/programs/network/telnet/trunk/telnet.asm
17,7 → 17,7
 
 
include 'lang.inc'
include '..\..\..\macros.inc'
include 'macros.inc'
 
START: ; start of execution
 
458,7 → 458,7
xor eax,eax ; DRAW WINDOW
mov ebx,100*65536+491 + 8 +15
mov ecx,100*65536+270 + 20 ; 20 for status bar
mov edx,0x13000000
mov edx,0x14000000
mov edi,title
mcall