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

View File

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

View File

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

BIN
rosenrot

Binary file not shown.