]> git.ipfire.org Git - thirdparty/systemd.git/commit
ptyfwd: clean up logic of color state transition in pty_forward_ansi_process()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Dec 2024 07:23:49 +0000 (16:23 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Dec 2024 07:36:56 +0000 (16:36 +0900)
commit9bc2acad8f47e53c1bcd3e36760dce49fd499ded
tree694915550e3f6d8628962368de45d590082e0e2b
parent106f64cbd66b8aa76333c3f11177f53e79e2cd82
ptyfwd: clean up logic of color state transition in pty_forward_ansi_process()

Drop all 'continue', to make the logic easy to understand.
No functional change, just refactoring and preparation for later commit.
src/shared/ptyfwd.c