• Show log

    Commit

  • Hash : 748d5cab
    Author : Christian Weisgerber
    Date : 2020-12-14T22:15:50

    replace unprintable characters with '.' before passing them to curses
    
    Otherwise, ncurses will replace them with some printable representation
    whose width we can't predict, and wunctrl() fails to return the
    replacement for 0x80..0x9f.
    
    ok stsp