plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 5af29cd3a94477ec79f36ac200dc5322b6ea6df6
parent 1c8efa18ee49ae70138ae4cbc7b9fff5c17a89c8
Author: rsc <devnull@localhost>
Date:   Thu,  4 Dec 2003 00:20:33 +0000

make hold mode a bit more attractive.

Diffstat:
Msrc/cmd/9term/9term.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/9term/9term.c b/src/cmd/9term/9term.c @@ -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];