+ mono display debugger colors supported.
This commit is contained in:
@@ -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,;
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user