On Mon, Jan 20, 2014 at 07:15:45PM +0100, cinap_len...@felloff.net wrote: > xd does output buffering. only when the buffer is full or it gets > to the end of the file (never in case of /dev/mouse) it writes to > the output. > > you can disable buffering with the -u flag, see xd(1) in the > manual.
Thank you! I completely forgot about buffering.