module prompt.preexec; import comp.hr; import style; import style.color; string preexec(int col) { return hr(col).set(Color.black); }