ui.tools.listener.completion: fix row color for words in our search list.

db4
John Benediktsson 2012-09-25 11:45:38 -07:00
parent 2da0e52525
commit 61fa05942b
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ M: definition-completion row-columns
M: word-completion row-color
[ vocabulary>> ] [ manifest>> ] bi* {
{ [ dup not ] [ COLOR: black ] }
{ [ 2dup search-vocabs>> member-eq? ] [ COLOR: black ] }
{ [ 2dup search-vocab-names>> keys member? ] [ COLOR: black ] }
{ [ over ".private" tail? ] [ COLOR: dark-red ] }
[ COLOR: dark-gray ]
} cond 2nip ;