tmux save-buffer behavior with a fifo

2013-11-26 Thread Timothy Brown
Way back in 2010, Tiago Cunha wrote this patch: Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10668 Modified Files: cmd-load-buffer.c Log Message: Sync OpenBSD patchset 652: In load-buffer, read until EOF rather than using stat() and

Re: tmux save-buffer behavior with a fifo

2013-11-29 Thread Timothy Brown
You have it right. Perhaps the current behavior is the intended behavior; but what i’d like is for save-buffer to write to the fifo but either show an error message (“no readers” or the like) or block, in the worst case, until I read from the fifo. I haven’t taken a deep look yet, but i’m gue