fortunes: What's wrong with the obvious?
parent
0d701b7759
commit
45384b0026
3
lib/rob
3
lib/rob
|
@ -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.
|
||||
|
|
3
lib/rsc
3
lib/rsc
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue