1 2 3 4 5 6 7 8 9 10
module prompt.preexec; import comp.hr; import style; import style.color; string preexec(int col) { return hr(col).set(Color.black); }