chiark / gitweb /
Document what PUO::*Quiet mean
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 27 Apr 2022 21:33:35 +0000 (22:33 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 27 Apr 2022 21:33:55 +0000 (22:33 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/updates.rs

index f627de5622b31c209eea3168c476fbb1619cea01..52cf49440928d9112588426544879bd59c827ec3 100644 (file)
@@ -152,6 +152,7 @@ pub struct DataLoadPlayer {
 // ---------- piece updates ----------
 
 #[derive(Debug,Clone,Copy,Serialize)]
+// Quiet means not to produce the yellow halo (see `movements` in script.ts)
 pub enum PieceUpdateOp<NS,ZL> {
   Delete(),
   Insert(NS),