From ba3786702c4a99a6b910bc81a61eb153ae2a5396 Mon Sep 17 00:00:00 2001 From: shuall Date: Thu, 15 Oct 2015 12:31:03 -0400 Subject: [PATCH] fix title not updating on terms with "hs" capabilities (st) --- sandy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sandy.c b/sandy.c index d08b683..65b936d 100644 --- a/sandy.c +++ b/sandy.c @@ -1971,6 +1971,7 @@ i_update(void) { putp(tsl_str); putp(title); putp(fsl_str); + fflush(NULL); } /* Clean global dirty bits */ -- 2.6.1