• rsc's avatar
    Attempt to clean up newproc somewhat. · 856e1fc1
    rsc 提交于
    Also remove all calls to memcpy in favor of
    memmove, which has defined semantics when
    the ranges overlap.  The fact that memcpy was
    working in console.c to scroll the screen is not
    guaranteed by all implementations.
    856e1fc1
console.c 2.6 KB