From 4cd5c0632a7c40b69bd086a2d7f001b4aeb32e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sun, 19 Mar 2023 20:52:54 +0200 Subject: [PATCH] Overlap the windows --- shell.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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