mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 02:20:11 -08:00
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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -38,3 +38,6 @@ immich/b2-linux
|
||||
|
||||
# Generated dotfiles - these are created dynamically by bootstrap process
|
||||
dotfiles/my-aliases.zsh
|
||||
|
||||
# Compiled binaries
|
||||
tui/tui
|
||||
|
||||
Reference in New Issue
Block a user