diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index f5227732..f9490503 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/BIN/EDIT.S.DLG.txt b/BIN/EDIT.S.DLG.txt index d9b785b5..941a694c 100644 --- a/BIN/EDIT.S.DLG.txt +++ b/BIN/EDIT.S.DLG.txt @@ -83,12 +83,12 @@ DLG.Open >STYA ZPPTR2 ldy #S.DLG.Status jsr DLG.DrawBar bcs .9 - + ldy #S.DLG.Ctrls .5 lda (ZPPTR1),y beq .8 - + phy tya jsr DLG.CTRL.Draw @@ -204,7 +204,7 @@ DLG.CTRL.Draw sta TmpByte A=CtrlID jmp (J.DLG.CTRL.Draw,x) *-------------------------------------- DLG.CTRL.Draw.LBL - jsr SCRN.LineBufInitDlg + jsr SCRN.LineBufInitLbl jsr DLG.CTRL.GotoOrg bcs .9 @@ -224,7 +224,9 @@ DLG.CTRL.Draw.LBL iny bra .1 -.8 jmp SCRN.LineBufOut +.8 jsr SCRN.LineBufOut +* >DEBUG + .9 rts *-------------------------------------- DLG.CTRL.Draw.TB @@ -296,7 +298,7 @@ DLG.CTRL.Draw.TB *-------------------------------------- DLG.CTRL.Draw.OL jsr SCRN.LineBufInitDlg - + jsr DLG.CTRL.GotoOrg bcs .9 @@ -380,6 +382,7 @@ DLG.CTRL.Focus sta TmpByte A=CtrlID tay lda (ZPPTR1),y Ctrl Type tax + jmp (J.DLG.CTRL.Focus,x) *-------------------------------------- DLG.CTRL.Focus.LBL diff --git a/BIN/EDIT.S.SCRN.txt b/BIN/EDIT.S.SCRN.txt index b9fdd34b..55986ec7 100644 --- a/BIN/EDIT.S.SCRN.txt +++ b/BIN/EDIT.S.SCRN.txt @@ -545,6 +545,10 @@ SCRN.LineBufInitDlg phx ldx #SEQ.DLG-SEQS bra SCRN.LineBufInit +SCRN.LineBufInitLBL + phx + ldx #SEQ.DLG.LBL-SEQS + bra SCRN.LineBufInit SCRN.LineBufInitTB phx ldx #SEQ.DLG.TB-SEQS diff --git a/BIN/EDIT.S.txt b/BIN/EDIT.S.txt index de884433..9caa1528 100644 --- a/BIN/EDIT.S.txt +++ b/BIN/EDIT.S.txt @@ -413,8 +413,9 @@ SEQ.DLG .AS "\e[30;46m" SEQ.DLG.RIGHT .AS "\e[37;40m" .DA #C.SO,#'x',#C.SI .DA #0 -SEQ.DLG.BUT .AZ "\e[7m\e[93;44m" +SEQ.DLG.LBL .AZ "\e[0m\e[30;46m" SEQ.DLG.TB .AZ "\e[0m\e[93;44m" +SEQ.DLG.BUT .AZ "\e[7m\e[93;44m" SEQ.INV .AZ "\e[7m" SEQ.EDIT .AS "\e[0m\e[93;44m" +CEOL SEQ.CEOL .AZ "\e[K" diff --git a/BIN/SH.S.CMD.txt b/BIN/SH.S.CMD.txt index f5a7a3eb..3190e7f7 100644 --- a/BIN/SH.S.CMD.txt +++ b/BIN/SH.S.CMD.txt @@ -15,9 +15,13 @@ CMD.. lda (ZPArgVBufPtr) lda #$C0+C.. jmp CORE.StkPush -.9 jmp CMD.E.CSYN +.9 +CMD...9 jmp CMD.E.CSYN *-------------------------------------- -CMD.NOHUP lda #S.PS.F.NOHUP +CMD.NOHUP lda (ZPArgVBufPtr) + beq CMD...9 + + lda #S.PS.F.NOHUP tsb CORE.PSFlags >LDYA ZPArgVBuf jmp CORE.ExecExtCmd