Fix TUI newline display issue

- Add processEscapeSequences() function to convert literal \n to actual newlines
- Apply fix to backup success, error, and running output displays
- Add TUI binary to gitignore
- Include comprehensive documentation of the fix

Resolves issue where backup output showed literal escape sequences
instead of properly formatted text with line breaks.
This commit is contained in:
Peter Wood
2025-05-30 10:03:43 -04:00
parent 374da47bf5
commit d6c76ac146
3 changed files with 87 additions and 3 deletions

3
.gitignore vendored
View File

@@ -38,3 +38,6 @@ immich/b2-linux
# Generated dotfiles - these are created dynamically by bootstrap process
dotfiles/my-aliases.zsh
# Compiled binaries
tui/tui