+ mono display debugger colors supported.

This commit is contained in:
Antonio Linares
2001-02-09 04:38:56 +00:00
parent b1fe3c8f75
commit daa8f4f421
2 changed files with 4 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ Local owndsets
oBrwSets:=TbrowseNew(owndsets:nTop+1, owndsets:nLeft+1, owndsets:nBottom-1, owndsets:nRight-1)
::ArrayReference:=aarray
oBrwSets:ColorSpec := "N/W, R/W, N/bg"
oBrwSets:ColorSpec := __Dbg():ClrModal()
oBrwSets:GoTopBlock := { || ::Arrayindex := 1 }
oBrwSets:GoBottomBlock := { || ::arrayindex := Len( ::ArrayReference) }
oBrwSets:SkipBlock := { | nSkip, nPos | nPos := ::arrayindex,;

View File

@@ -45,7 +45,8 @@ function __dbgShowWorkAreas( oDebugger )
n2 := 1
n3 := 1
cColor := "N/W, N/BG, R/W, R/BG"
cColor := If( __Dbg():lMonoDisplay, "N/W, W/N, W+/W, W+/N",;
"N/W, N/BG, R/W, R/BG" )
do while !Empty( Alias( n1 ) )
Aadd(aAlias, Alias( n1 ))
@@ -346,4 +347,4 @@ static function UpdateInfo( oDlg, cAlias )
SELECT (cOldAlias)
return nil
return nil