]> git.mdlowis.com Git - proto/labwc.git/commit
labnag: return special value on timeout
authorJohan Malm <jgm323@gmail.com>
Sat, 9 Aug 2025 14:15:35 +0000 (15:15 +0100)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Mon, 11 Aug 2025 18:10:14 +0000 (03:10 +0900)
commit09b4e9605eede34bf087b189d2297107878335a4
tree03a96a6fbad56a3e70009b11ffcf3553c00f0a94
parent073fd02300195b889c1d7b0513cedc5f5dc779a0
labnag: return special value on timeout

...to avoid taking either of the <then> or <else> branches on timeout.
clients/labnag.c
clients/meson.build
include/action-prompt-codes.h [new file with mode: 0644]
src/action.c