Skip to content
Snippets Groups Projects
  • rsc's avatar
    · 856e1fc1
    rsc authored
    Attempt to clean up newproc somewhat.
    
    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