Pet portlint

- - Regenerate patch file with makepatch:
- Update WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-05-31 13:10:43 +00:00
parent bc3868ccbd
commit a9f546d3e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442175
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
--- ttyclock.c.orig 2009-06-17 19:07:38.000000000 +0100
+++ ttyclock.c 2012-09-16 18:16:24.000000000 +0100
@@ -174,19 +174,19 @@
--- ttyclock.c.orig 2009-06-17 18:07:38 UTC
+++ ttyclock.c
@@ -174,19 +174,19 @@ update_hour(void)
}
void
@ -27,7 +27,7 @@
}
wrefresh(ttyclock->framewin);
@@ -209,11 +209,6 @@
@@ -209,11 +209,6 @@ draw_clock(void)
draw_number(ttyclock->date.minute[0], 1, 20);
draw_number(ttyclock->date.minute[1], 1, 27);
@ -39,7 +39,7 @@
/* Draw second if the option is enable */
if(ttyclock->option.second)
{
@@ -227,6 +222,11 @@
@@ -227,6 +222,11 @@ draw_clock(void)
draw_number(ttyclock->date.second[1], 1, 46);
}
@ -50,3 +50,4 @@
+
return;
}

View file

@ -1,3 +1,3 @@
Terminal based clock using ncurses.
WWW: https://github.com/xorg62/tty-clock/
WWW: https://github.com/xorg62/tty-clock