Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-05-10 09:07:02 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-05-10 09:07:02 +0300
commitfc9b07b60566b1d3f14eace1de9703eb2b3461c2 (patch)
tree12f5b6232756ae6228d76e2e77f13d745c91b8f3 /src/remmina_ssh_plugin.c
parenta15d9abb54f2848068273a88727c35c53a46afe2 (diff)
Fixing color palette size for themed SSH
This is something most of the compilers optimize out of the box So we didn't catch this earlier. It should fix #2484 #2402 Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to 'src/remmina_ssh_plugin.c')
-rw-r--r--src/remmina_ssh_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_ssh_plugin.c b/src/remmina_ssh_plugin.c
index 25c5100ca..a28648bc3 100644
--- a/src/remmina_ssh_plugin.c
+++ b/src/remmina_ssh_plugin.c
@@ -71,7 +71,7 @@
#define GET_PLUGIN_DATA(gp) (RemminaPluginSshData *)g_object_get_data(G_OBJECT(gp), "plugin-data");
/** Palette colors taken from sakura */
-#define PALETTE_SIZE 16
+#define PALETTE_SIZE 256
/* Min fontsize and increase */
#define FONT_SCALE 0.75
#define SCALE_FACTOR 0.1