rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit a24af4aad1ee1e9860b35ff0a9976d1c0fcbbff9
parent 8d2811c5f9a725960aee703b21c5d8b814feac18
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Sat, 10 Jun 2023 20:14:10 -0600

change max num tabs to 10

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -21,7 +21,7 @@ #define ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */ #define BG_COLOR "#FEFEFE" /* "FEFEFE", "#1E1E2E" */ #define DEBUG false -#define MAX_NUM_TABS 8 // set to 0 or false if you want unlimited tabs, or look at the relevant rose.c code. +#define MAX_NUM_TABS 10 // set to 0 or false if you want unlimited tabs, or look at the relevant rose.c code. typedef enum { goback,