TheRealKaup/KTech

Signal-triggered printing

Open

#156 opened on Mar 15, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (1 fork)auto 404
good first issuegraphics

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

The SIGWINCH signal (I think) can be used to immediately trigger a print which could improve the lag caused by the terminal window size changing.

Should this be optional or just replace ShouldPrintThisTick()? I think the latter.

Contributor guide