youtube/gopher: small usability improvement - frontends - front-ends for some s… | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a68fe63dda124f7ed0e7926bc53687e54d29a994 | |
parent 7e8328ea6b0d2e38a6e4c5628897578748f7376d | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 22 Feb 2023 20:48:53 +0100 | |
youtube/gopher: small usability improvement | |
Diffstat: | |
M youtube/gopher.c | 7 ++++--- | |
1 file changed, 4 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/youtube/gopher.c b/youtube/gopher.c | |
@@ -194,9 +194,6 @@ main(void) | |
return 0; | |
} | |
- line('1', "Idiotbox", requestpath); | |
- info(""); | |
- | |
OUT("7Search"); | |
if (rawsearch[0]) { | |
OUT(": "); | |
@@ -204,6 +201,10 @@ main(void) | |
} | |
printf("\t%s\t%s\t%s\r\n", requestpath, host, port); | |
+ info(""); | |
+ line('1', "<- back to main directory", requestpath); | |
+ info(""); | |
+ | |
if (search[0]) { | |
r = youtube_search(search, "", "relevance"); | |
} else if (channelid[0]) { |