youtube/gopher: small usability improvement - frontends - front-ends for some sites (experiment)
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a68fe63dda124f7ed0e7926bc53687e54d29a994
 (DIR) parent 7e8328ea6b0d2e38a6e4c5628897578748f7376d
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) 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]) {