I noticed dvtm sometimes has a bit of "flicker" and also produces more terminal output than is necessary. The first patch below changes refresh() calls to wnoutrefresh() to make all updates occur right before dvtm goes to sleep in select(). I've been using this for several weeks now and it seems to work well.
The patch for redraw() gives a more satisfying screen refresh effect by clearing the terminal before redrawing it. It may not be noticeable on a local system or over a low latency connection, and is really only useful when applied in tandem with the doupdate() patch. I found that when a non-visible window (either a minimized window or, in fullscreen layout, a window other than the selected one) is receiving lots of data, the cursor flickers noticably even though the screen is not being updated. The attached patch seems to work for me, but it has only been lightly tested. Finally, a small patch which eliminates clear_workspace(). -Mark
0001-Call-doupdate-immediately-before-select-to-reduce-sc.patch
Description: Binary data
0002-Prevent-cursor-flicker-when-background-windows-recei.patch
Description: Binary data
0003-Clear-the-screen-in-redraw.patch
Description: Binary data
0004-Replace-clear_workspace-with-erase.patch
Description: Binary data