mirror of https://github.com/Hilbis/Hilbish
chore: add comment for set right prompt function
parent
a2a2d5e5e7
commit
706d02a146
|
@ -14,6 +14,7 @@ func (rl *Instance) SetPrompt(s string) {
|
|||
rl.computePrompt()
|
||||
}
|
||||
|
||||
// SetRightPrompt sets the right prompt.
|
||||
func (rl *Instance) SetRightPrompt(s string) {
|
||||
rl.rightPrompt = s
|
||||
rl.computePrompt()
|
||||
|
|
Loading…
Reference in New Issue