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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.350 by root, Sat Jul 3 04:04:13 2021 UTC vs.
Revision 1.351 by root, Fri Dec 23 21:46:46 2022 UTC

846 846
847#ifdef KEYSYM_RESOURCE 847#ifdef KEYSYM_RESOURCE
848 keyboard->register_done (); 848 keyboard->register_done ();
849#endif 849#endif
850 850
851 {
852 ev_tstamp interval = 1. / 60.;
853
854#if ENABLE_FRILLS
855 if (rs[Rs_refreshRate])
856 {
857 interval = atof (rs[Rs_refreshRate]);
858 if (interval <= 0.)
859 interval = -interval;
860 else
861 interval = 1. / interval;
862 }
863#endif
864
865 flush_ev.set (interval, interval);
866 }
867
851 if (const char *path = rs[Rs_chdir]) 868 if (const char *path = rs[Rs_chdir])
852 if (*path) // ignored if empty 869 if (*path) // ignored if empty
853 { 870 {
854 if (*path != '/') 871 if (*path != '/')
855 rxvt_fatal ("specified shell working directory must start with a slash, aborting.\n"); 872 rxvt_fatal ("specified shell working directory must start with a slash, aborting.\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines