tweaks personal usage
This commit is contained in:
parent
8a091dd1bf
commit
af4184c664
|
@ -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",
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef STYLE
|
||||
#define STYLE
|
||||
|
||||
#define STYLE_N 7265 + 1000
|
||||
#define STYLE_N 7275 + 1000
|
||||
|
||||
void read_style_js(char* string);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user