rosenrot-browser

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

commit 75848c63a294f03024b92379cb264d56391294cd
parent c34418005538a3ee5bda5854e1e27e2d463e5b33
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Fri, 29 Dec 2023 18:38:54 +0100

formatting + remake pass

Diffstat:
Mrose | 0
Mrose.c | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/rose b/rose Binary files differ. diff --git a/rose.c b/rose.c @@ -412,7 +412,7 @@ int keypress(void* self, GdkEvent* e, GtkNotebook* notebook) (void)self; for (int i = 0; i < sizeof(keys) / sizeof(keys[0]); i++) - if ((e->key.state == keys[i].mod || keys[i].mod == 0x0) && e->key.keyval == keys[i].key ) + if ((e->key.state == keys[i].mod || keys[i].mod == 0x0) && e->key.keyval == keys[i].key) return handle_key(keys[i].id, notebook); return 0;