Commit Diff


commit - 6cd3e124c9206fa15092ca48bac5f0b87f8bd7ad
commit + de9d2b5112d4400206f23d2eedf7616e379864eb
blob - e80cd60a9fb4d4b93c68b34f0f3119fca93f872d
blob + 8971709ba53fcbe46aee71db4af141c7d3fe0058
--- bin/myterm.lp
+++ bin/myterm.lp
@@ -10,7 +10,9 @@ list of colours as `background' and sam will use a ran
 I'm actually using the same list of the sam example configuration:
 
 	set -A colours white seashell oldlace lightcyan \
-		lightyellow mintcream snow
+		lightyellow mintcream snow thistle1 wheat \
+		azure lavenderblush bisque antiquewhite \
+		aliceblue lemonchiffon oldlace
 
 ksh has not a great syntax for arrays, but this will choose (with modulo
 bias!) a random colour and use it as xterm background.