summaryrefslogtreecommitdiff
path: root/src/ui/metrics.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-24 21:05:02 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-24 21:05:02 +0300
commite32fd4e7796d6e7c5a4803e45bc230378ec4dd0b (patch)
tree5232331654a977cf4ad1bf06eedc2f8752db6c32 /src/ui/metrics.c
parent0f0b4250ca460d58edb61cc0dd509ba1980c3272 (diff)
Font update; ANSI color escapes; fixed URL update
Newer version of the Fira fonts, and added a separate UI font (Source Sans Pro). The text renderer checks for the 4-bit ANSI color escapes for the setting the foreground color. InputWidget supports paste from clipboard. The navbar updates the current URL when the page has been loaded.
Diffstat (limited to 'src/ui/metrics.c')
-rw-r--r--src/ui/metrics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/metrics.c b/src/ui/metrics.c
index 949daaff..3c4bfd75 100644
--- a/src/ui/metrics.c
+++ b/src/ui/metrics.c
@@ -2,7 +2,7 @@
2 2
3#include <the_Foundation/math.h> 3#include <the_Foundation/math.h>
4 4
5#define defaultFontSize_Metrics 20 5#define defaultFontSize_Metrics 18
6#define defaultGap_Metrics 4 6#define defaultGap_Metrics 4
7 7
8int gap_UI = defaultGap_Metrics; 8int gap_UI = defaultGap_Metrics;