mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 13:03:22 +00:00
chore: add comment for set right prompt function
This commit is contained in:
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…
x
Reference in New Issue
Block a user