---
st.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/st.c b/st.c
index 3fa58da..30f296d 100644
--- a/st.c
+++ b/st.c
@@ -3930,8 +3930,9 @@ run(void) {
clock_gettime(CLOCK_MONOTONIC, &last);
lastblink = last;
+ xev = actionfps;
- for(xev = actionfps;;) {
+ while(1) {
FD_ZERO(&rfd);
FD_SET(cmdfd, &rfd);
FD_SET(xfd, &rfd);
--
1.8.4- [dev] [st] [PATCH 2/5] Replace for with while. noname
- Re: [dev] [st] [PATCH 2/5] Replace for wi... koneu
- Re: [dev] [st] [PATCH 2/5] Replace fo... Roberto E. Vargas Caballero
- Re: [dev] [st] [PATCH 2/5] Replac... noname
- Re: [dev] [st] [PATCH 2/5] Re... Roberto E. Vargas Caballero
- Re: [dev] [st] [PATCH 2/5] Re... Martti Kühne
- Re: [dev] [st] [PATCH 2/... noname
- Re: [dev] [st] [PATC... Roberto E. Vargas Caballero
