Hi Supacode,
I found a little UI issue with Supacode:
First the visual proof:
Supacode:

Ghostty/iTerm/Kitty/...:

See that the closing ], the last character in the line, drops to the next line. It feels like an off by one error.
I'm using starship.rs for my shell prompt, and this is the format:
format = "$directory$git_branch${custom.git_branch_description}$git_commit$git_state$git_metrics$git_status$fill$nix_shell$aws$line_break$jobs$battery$time$status$os$container$shell$character"
(notice that $aws comes right before $line_break)
Hi Supacode,
I found a little UI issue with Supacode:
First the visual proof:
Supacode:

Ghostty/iTerm/Kitty/...:

See that the closing
], the last character in the line, drops to the next line. It feels like an off by one error.I'm using starship.rs for my shell prompt, and this is the format:
(notice that
$awscomes right before$line_break)