shithub: riscv

Download patch

ref: 45384b00263b670c859a3a9bb47ac684c68c1905
parent: 0d701b77592a7364529b300cbaad938326be1710
author: stanley lieber <stanley.lieber@gmail.com>
date: Fri May 15 17:08:37 EDT 2015

fortunes: What's wrong with the obvious?

--- a/lib/rob
+++ b/lib/rob
@@ -297,3 +297,6 @@
 Feel free to file an issue.
 I really dislike knobs in APIs.
 ???
+What's wrong with the obvious?
+I am dyspeptic.
+I do not.
--- a/lib/rsc
+++ b/lib/rsc
@@ -174,3 +174,6 @@
 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.
--- a/sys/games/lib/fortunes
+++ b/sys/games/lib/fortunes
@@ -5136,3 +5136,8 @@
 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.
--- a/sys/src/9/pc/vga.c
+++ b/sys/src/9/pc/vga.c
@@ -188,7 +188,7 @@
 	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);
 	}