ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rclock.C
(Generate patch)

Comparing rxvt-unicode/src/rclock.C (file contents):
Revision 1.12 by root, Sun Nov 14 18:46:50 2021 UTC vs.
Revision 1.13 by root, Sat Dec 24 00:15:31 2022 UTC

128 * to define the amount (minutes) to defer a message 128 * to define the amount (minutes) to defer a message
129 * 129 *
130 * #define ADJUST_TIME 130 * #define ADJUST_TIME
131 * to add -adjust command-line option 131 * to add -adjust command-line option
132 * 132 *
133 * #define CENTURY 2000 133 * #define CENTURY 1900
134 * to set the base century for 2 digit year short-hand 134 * to set the base century for 2 digit year short-hand
135 *----------------------------------------------------------------------*/ 135 *----------------------------------------------------------------------*/
136#define CLOCKUPDATE 30 136#define CLOCKUPDATE 30
137#define MAILUPDATE 60 137#define MAILUPDATE 60
138#define REMINDERS_TIME 10 138#define REMINDERS_TIME 10
139#define DEFER_TIME 3 139#define DEFER_TIME 3
140#define ADJUST_TIME 140#define ADJUST_TIME
141 141
142#define CENTURY 2000 /* TODO: verify */ 142#define CENTURY 1900
143 143
144/*----------------------------------------------------------------------* 144/*----------------------------------------------------------------------*
145 * #define FONT_NAME "7x14" 145 * #define FONT_NAME "7x14"
146 * to define the font to be used for appointment reminders 146 * to define the font to be used for appointment reminders
147 * 147 *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines