URI: 
       Fix telnet displayed menu entry - sacc - sacc(omys), simple console gopher client
  HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR LICENSE
       ---
   DIR commit 2cc14415ea4515db3271d8af0cc8b36dc62b3f71
   DIR parent dba0b8d682e77ac33fbdc6f75dee9ee9f08553f9
  HTML Author: Quentin Rameau <quinq@fifth.space>
       Date:   Sat, 29 Dec 2018 00:37:34 +0100
       
       Fix telnet displayed menu entry
       
       Diffstat:
         M sacc.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/sacc.c b/sacc.c
       @@ -229,7 +229,7 @@ typedisplay(char t)
                case '7':
                        return "Find+";
                case '8':
       -                return "Tlnt|";
       +                return "Tlnt+";
                case '9':
                        return "Binf+";
                case '+':