-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 17dd78aac83c9717400249d0dbaaccdb01a5b845:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 17dd78aac83c9717400249d0dbaaccdb01a5b845
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Sun Aug 27 10:14:47 2006 +0000

    *** empty log message ***

diff --git a/src/main.C b/src/main.C

index 5156a8b2021609869a435199ee3463a47252f2d8..

index ..699c61870f39a1dd4a75c49c14a59ae18b99254f 100644

--- a/src/main.C
+++ b/src/main.C
@@ -834,17 +834,20 @@ rxvt_term::set_fonts ()
           rxvt_fontprop prop2 = prop;

           if (res)
-            prop2.weight = prop2.slant = rxvt_fontprop::unset;
+            {
+              fs->populate (res);
+              fs->set_prop (prop2, false);
+            }
           else
             {
-              res = fontset[0]->fontdesc;
+              fs->populate (fontset[0]->fontdesc);

               if (SET_STYLE (0, style) & RS_Bold)   prop2.weight = rxvt_fontprop::bold;
               if (SET_STYLE (0, style) & RS_Italic) prop2.slant  = rxvt_fontprop::italic;
+
+              fs->set_prop (prop2, true);
             }

-          fs->populate (res);
-          fs->set_prop (prop2, true);
         }
 #else
       fontset[style] = fontset[0];

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 10:24:31 2024