tAllow yanking URIs to X selection - sacc - [fork] customized build of sacc, the simple console gopher client
 (HTM) git clone git://src.adamsgaard.dk/sacc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 1f92f24f9061cd4e4ecdc72cc86fbda5cd382724
 (DIR) parent 1a1233685015795bf84fb623f4fec0a46535d887
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  4 Mar 2020 16:30:12 +0100
       
       Allow yanking URIs to X selection
       
       Diffstat:
         M ui_ti.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/ui_ti.c b/ui_ti.c
       t@@ -206,7 +206,7 @@ itemuri(Item *item)
                        break;
                case 'h':
                        n = snprintf(bufout, sizeof(bufout), "%s",
       -                             item->selector);
       +                             item->selector+4);
                        break;
                case 'T':
                        n = snprintf(bufout, sizeof(bufout), "tn3270://%s@%s:%s",