Adding multi device support

This commit is contained in:
2025-12-06 22:26:03 +00:00
parent 9cab522c06
commit c23441908f
9 changed files with 188 additions and 4 deletions
+4
View File
@@ -47,6 +47,10 @@ func (r *REPL) printPrompt() {
_, _ = os.Stdout.Write([]byte(r.Cfg.PS1))
}
func (r *REPL) SetPS1(s string) {
r.Cfg.PS1 = s
}
func (r *REPL) mainLoop() {
reader := bufio.NewReader(os.Stdin)
for {