summaryrefslogtreecommitdiff
path: root/source/prompt/preexec.d
blob: eb2d36563d1db3b988514ff8dee47d6276580ed6 (plain)
1
2
3
4
5
6
7
module prompt.preexec;

import comp.hr;

string preexec(int col) {
  return hr(col);
}