Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils/astring: add expected control characters
Fixes: #133 In recent kernel boots, stripping raised error because of missing control characters. Add them: `c` reset screen `!p` soft reset terminal `]104` - execute OS command '104' These control characters are listed in the xterm control sequence cheat sheet at https://gist.github.com/justinmk/a5102f9a0c1810437885a04a07ef0a91 Signed-off-by: Sebastian Mitterle <[email protected]>
- Loading branch information