mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-04-04 08:30:31 +00:00
agent: remove bold formatting from prompt
This commit is contained in:
@@ -114,7 +114,7 @@ pub fn run(self: *Self) void {
|
||||
}) catch "Ready.");
|
||||
|
||||
while (true) {
|
||||
const line = self.terminal.readLine("\x1b[1m> \x1b[0m") orelse break;
|
||||
const line = self.terminal.readLine("> ") orelse break;
|
||||
defer self.terminal.freeLine(line);
|
||||
|
||||
if (line.len == 0) continue;
|
||||
|
||||
Reference in New Issue
Block a user