Hi, PTP means Package To Port, and people with a lazy evening can take a stab at it.
beav is a binary and text editor using libncurses. Unfortunately, it depends on the attic termio interface. The Hurd only provides termios, which is defined by POSIX. There is a straightforward convertion from termio to termios. It is also possible to implement both and use a preprocessor symbol to select which to use (or a configure check, but this is not used in beav). Should be work for an hour or so. Less if you did it before. Thanks, Marcus

