Paul Tagliamonte
85f41f16a1
Add the f argument to optparse to avoid segfault.
...
Otherwise optarg is set to 0, and we segfault when we
try to strcpy it.
13 years ago
Justin Hammond
6ff646f569
Added utc option
13 years ago
Brian Cain
ad835677bc
(maint) Add blink colon option
...
Prior to this commit, my blinking colon pull req made blinking default.
This commit makes it so that you have to pass in a flag -B to make the
colons blink. This fits with the style of this program.
13 years ago
briancain
aefad0a773
Fix code logic
...
Cleaning up code logic
13 years ago
briancain
61b720558e
Add blinking curser
...
The : now blinks like a real digital clock
13 years ago
Clemens Fuchslocher
569ede8659
Added date option.
13 years ago
Guillaume B
a82fd71690
Added the "-d" option.
...
It provides the user the ability to set the clock redraw frequency at
runtime.
17 years ago
Guillaume B
55038fd7c1
Corrected minor stuff about the animation.
17 years ago
Guillaume B
01c5b4424c
Removed halfdelay and fixed some stuff about the animation.
17 years ago
Martin Duquesnoy
68afd752e3
Re-Add meridiem sign to date string and fix help page
17 years ago
Martin Duquesnoy
a32ee816f7
Improve color switch thing
17 years ago
Martin Duquesnoy
c8593cd0a7
Add keybind [0;7] to change color!
17 years ago
Martin Duquesnoy
695a33a74f
Add -C option to choose clock color
17 years ago
Martin Duquesnoy
f13dc1490d
Remove full argument, fix typo and alloc
17 years ago
Martin Duquesnoy
e7a243b934
Fix typo.
17 years ago
Tom Adams
f119cd20b0
Added option to change date format.
17 years ago
Tom Adams
d2459f135a
Use strftime for the date.
17 years ago
Martin Duquesnoy
742224bb71
Adjuste second mode position when it's switching and if the clock is show out the term
17 years ago
Martin Duquesnoy
abcff61de7
Replace newwin by mvwin & wresize and remove nanosleep (halfdelay() do all)
17 years ago
Martin Duquesnoy
feaaec0f1a
Fix typo
17 years ago
Guillaume B
9bde3b4d6c
Fixed a bug about how the date was displayed.
17 years ago
Guillaume B
453e39a33e
Added some minor changes about optimisation.
17 years ago
Martin Duquesnoy
cea988b3f0
Remove --lock option
17 years ago
Martin Duquesnoy
029bf18cfd
Add rebound option
17 years ago
Martin Duquesnoy
45f1a9df22
Surprise
17 years ago
Martin Duquesnoy
a899c5fd00
Add usleep in the main loop
17 years ago
Martin Duquesnoy
cb7490ea17
Remove useless things
17 years ago
Martin Duquesnoy
ddcbbd1873
TTY-Clock2 beta released
17 years ago