Ticket #4480: mc-4.8.31-subshell.patch

File mc-4.8.31-subshell.patch, 297 bytes (added by Bishop, 5 weeks ago)

ugly way to fix problem

  • src/subshell/common.c

    write_all (int fd, const void *buf, size_t count) 
    239         ret = write (fd, (const unsigned char *) buf + written, count); 
     239        ret = write (fd, (const unsigned char *) buf + written, count>128?128:count); usleep(5000);