Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
I
irssleep
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Bignon
irssleep
Commits
052f44e1
Commit
052f44e1
authored
May 02, 2010
by
Romain Bignon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix label ("active on IRC" instead of "IRC client running")
parent
522ee251
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
image.c
image.c
+1
-1
main.c
main.c
+1
-1
No files found.
image.c
View file @
052f44e1
...
...
@@ -80,7 +80,7 @@ int create_image(struct data* data, const char *filename, struct event* events,
imlib_context_set_color
(
255
,
0
,
130
,
255
);
imlib_image_fill_rectangle
(
xgraph
,
10
,
15
,
15
);
imlib_context_set_color
(
255
,
255
,
255
,
255
);
imlib_text_draw
(
xgraph
+
20
,
8
,
"
IRC client running
"
);
imlib_text_draw
(
xgraph
+
20
,
8
,
"
Active on IRC
"
);
imlib_context_set_color
(
50
,
50
,
50
,
255
);
imlib_image_fill_rectangle
(
xgraph
,
35
,
15
,
15
);
...
...
main.c
View file @
052f44e1
...
...
@@ -115,7 +115,7 @@ static void usage(const char* progname, int is_help)
if
(
is_help
)
{
fprintf
(
f
,
"
\n
This program parses irssi logs and generate a graph to display
\n
"
);
fprintf
(
f
,
"when you are
idling
on IRC.
\n
"
);
fprintf
(
f
,
"when you are
active
on IRC.
\n
"
);
fprintf
(
f
,
"You can set your nickname(s), and add events which are added on
\n
"
);
fprintf
(
f
,
"graph correlate your IRC (in)activity with your own life.
\n
"
);
fprintf
(
f
,
"
\n
Options:
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment