tmake hold mode a bit more attractive. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5af29cd3a94477ec79f36ac200dc5322b6ea6df6
 (DIR) parent 1c8efa18ee49ae70138ae4cbc7b9fff5c17a89c8
 (HTM) Author: rsc <devnull@localhost>
       Date:   Thu,  4 Dec 2003 00:20:33 +0000
       
       make hold mode a bit more attractive.
       
       Diffstat:
         M src/cmd/9term/9term.c               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/9term/9term.c b/src/cmd/9term/9term.c
       t@@ -108,7 +108,7 @@ threadmain(int argc, char *argv[])
        
                hcols[BACK] = cols[BACK];
                hcols[HIGH] = cols[HIGH];
       -        hcols[BORD] = allocimage(display, Rect(0, 0, 1, 1), screen->chan, 1, DMedblue);
       +        hcols[BORD] = allocimage(display, Rect(0, 0, 1, 1), screen->chan, 1, 0x006600FF);
                hcols[TEXT] = hcols[BORD];
                hcols[HTEXT] = hcols[TEXT];