Fix telnet displayed menu entry - sacc - sacc(omys), simple console gopher client | |
git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/ | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 2cc14415ea4515db3271d8af0cc8b36dc62b3f71 | |
parent dba0b8d682e77ac33fbdc6f75dee9ee9f08553f9 | |
Author: Quentin Rameau | |
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(-) --- | |
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 '+': |