diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2015-05-15 21:08:37 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2015-05-15 21:08:37 -0400 |
commit | 45384b00263b670c859a3a9bb47ac684c68c1905 (patch) | |
tree | 5182829cc821bdbca8f9b6072d92d362a0f7a98d | |
parent | 0d701b77592a7364529b300cbaad938326be1710 (diff) | |
download | plan9front-45384b00263b670c859a3a9bb47ac684c68c1905.tar.xz |
fortunes: What's wrong with the obvious?
-rw-r--r-- | lib/rob | 3 | ||||
-rw-r--r-- | lib/rsc | 3 | ||||
-rw-r--r-- | sys/games/lib/fortunes | 5 | ||||
-rw-r--r-- | sys/src/9/pc/vga.c | 2 |
4 files changed, 12 insertions, 1 deletions
@@ -297,3 +297,6 @@ I would call that a bug. Feel free to file an issue. I really dislike knobs in APIs. ??? +What's wrong with the obvious? +I am dyspeptic. +I do not. @@ -174,3 +174,6 @@ I filed the bug that change fixed. I will fix this. It sounds reasonable to me. Thanks for your patience. +LGTM (not actually looking carefully) +I'd like to disable more than just the test. +swtch.com is in the process of moving to the cloud. diff --git a/sys/games/lib/fortunes b/sys/games/lib/fortunes index bffac5d29..e6a7d31d9 100644 --- a/sys/games/lib/fortunes +++ b/sys/games/lib/fortunes @@ -5136,3 +5136,8 @@ In a 1984 version of Unix, things started heating up, and 'true' grew to 276 byt everyone move to github, so I did too I have an idea for an encryption scheme and I want to know what you guys think of it. Are the O'Reilly X books worth hanging onto? +What I want to know is why he considers GCC harmful at all? Wasn't it developed by the GNU Project? +Why are most webpages so shitty now? I don't ever remember the web being so shitty back around 2005ish. +No. -- hiro +How can I reconcile my belief that proprietary software is inherently malicious with my desire to make a living writing code? +But theory turned out not to be Joy’s forte. diff --git a/sys/src/9/pc/vga.c b/sys/src/9/pc/vga.c index 9043d544d..6969f9e3c 100644 --- a/sys/src/9/pc/vga.c +++ b/sys/src/9/pc/vga.c @@ -188,7 +188,7 @@ vgascreenwin(VGAscr* scr) h = scr->memdefont->height; r = scr->gscreen->r; - if(i = mkcolor(scr->gscreen, 0x444488FF)){ + if(i = mkcolor(scr->gscreen, 0x0D686BFF)){ memimagedraw(scr->gscreen, r, i, ZP, nil, ZP, S); freememimage(i); } |