A bug, without fflush() !

Marc Lehmann schmorp at schmorp.de
Thu Jul 17 09:41:11 CEST 2014


On Wed, Jul 16, 2014 at 01:48:57PM -0500, Patrick Serru <patrik at serru.net> wrote:
>     I would like to know how to use the display urxvt, or more precisely when 
> to use "fflush (stdout)." I understood that the display is updated without 

You should consult an introductory text on your programming language
(likely C) - it will tell you what fflush and printf do, and why (and
when) you might need fflush. This has nothing to do with urxvt - urxvt
always displays what is output as soon as possible.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      schmorp at schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\




More information about the rxvt-unicode mailing list