print coloured text correctly given line terminator is not included
[?]
Mar 23, 2021, 8:24 AM
LYZOL6PMVGZBFHJPLJHG5E6CURSDZDQMNTSOU6LSNQQKFFGZM44ACDependencies
- [2]
ZRUPLBBTColours in diff and change: separating concerns and dependencies - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
5BB266P6Optional colours in the global config file
Change contents
- replacement in pijul/src/commands/diff.rs at line 212
write!(self.w, "{} {}", pref, contents)?;writeln!(self.w, "{} {}", pref, contents)?; - replacement in pijul/src/commands/diff.rs at line 215
write!(self.w, "{} {}", pref, contents)writeln!(self.w, "{} {}", pref, contents)