diff --git a/shell.asm b/shell.asm index bb0e4c0..3430946 100644 --- a/shell.asm +++ b/shell.asm @@ -105,7 +105,7 @@ paint: mov cx, 8 mov dx, 4 mov si, window - mov di, 20 + mov di, 14 mov bp, 4 call PONYDOS_SEG:SYS_DRAW_RECT