tweaks personal usage

This commit is contained in:
NunoSempere 2024-03-16 07:57:32 -03:00
parent 8a091dd1bf
commit af4184c664
4 changed files with 5 additions and 3 deletions

View File

@ -32,6 +32,7 @@ int shortcut_expand(const char* uri, char* output)
char* shortcuts[] = {
"!x",
"!blog",
"!fnf",
"!fnc",
"!hn",
@ -39,7 +40,8 @@ int shortcut_expand(const char* uri, char* output)
};
char* expansions[] = {
"https://twitter.com"
"https://twitter.com",
"https://nunosempere.com/blog",
"https://forum.nunosempere.com/frontpage",
"https://forum.nunosempere.com/comments",
"https://news.ycombinator.com",

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define STYLE_N 7265 + 1000
#define STYLE_N 7275 + 1000
void read_style_js(char* string)
{

View File

@ -1,7 +1,7 @@
#ifndef STYLE
#define STYLE
#define STYLE_N 7265 + 1000
#define STYLE_N 7275 + 1000
void read_style_js(char* string);

BIN
rosenrot

Binary file not shown.