term-bol
term-bol is an interactive compiled Lisp function in `term.el
'.
(term-bol ARG)
Go to the beginning of line, then skip past the prompt, if any.
If a prefix argument is given (C-u), then no prompt skip
-- go straight to column 0.
The prompt skip is done by skipping text matching the regular expression
`term-prompt-regexp', a buffer local variable.