AC_ISC_POSIX
AC_LANG(C++)
-dnl check wether we can link with gcc -lsupc++
+dnl check whether we can link with gcc -lsupc++
if test x$GCC = xyes && test x$GXX = xyes; then
dnl FreeBSD (at least up to 5.3) has a broken GCC, workaround it
AC_MSG_CHECKING([for working libsupc++])
display->flush ();
}
-/* checks wether a refresh is requested and starts the refresh timer */
+/* checks whether a refresh is requested and starts the refresh timer */
void
rxvt_term::refresh_check ()
{
cc = (*this)[cc->c1];
}
- // check to see wether this combination already exists otherwise
+ // check to see whether this combination already exists otherwise
for (cc = v.end (); cc-- > v.begin (); )
{
if (cc->c1 == c1 && cc->c2 == c2)
#if POINTER_BLANK
hidden_pointer:1,
#endif
- enc_utf8:1, /* wether locale uses utf-8 */
- seen_input:1, /* wether we have seen some program output yet */
- seen_resize:1, /* wether we had a resize event */
+ enc_utf8:1, /* whether locale uses utf-8 */
+ seen_input:1, /* whether we have seen some program output yet */
+ seen_resize:1, /* whether we had a resize event */
parsed_geometry:1;
unsigned char refresh_type,
const text_t *text, int len,
int fg, int bg);
- bool slow; // wether this is a proportional font or has other funny characteristics
+ bool slow; // whether this is a proportional font or has other funny characteristics
XFontStruct *f;
bool enc2b, encm;
if (ch == NOCHAR)
return false;
- /* check wether the character exists in _this_ font. horrible. */
+ /* check whether the character exists in _this_ font. horrible. */
XCharStruct *xcs;
if (encm)
if (!prop || prop->width == rxvt_fontprop::unset)
return true;
- // check wether character overlaps previous/next character
+ // check whether character overlaps previous/next character
int w = xcs->rbearing - xcs->lbearing;
int wcw = max (WCWIDTH (unicode), 1);
char *name;
codeset cs;
- bool loaded; // wether we tried loading it before (not wether it's loaded)
+ bool loaded; // whether we tried loading it before (not whether it's loaded)
// managed by the font object
int ascent, descent,
int fd = XConnectionNumber (dpy);
- // try to detect wether we have a local connection.
+ // try to detect whether we have a local connection.
// assume unix domain socket == local, everything else not
// TODO: might want to check for inet/127.0.0.1
is_local = 0;
void
rxvt_display::ref_next ()
{
- // TODO: somehow check wether the database files/resources changed
+ // TODO: somehow check whether the database files/resources changed
// before affording re-loading/parsing
XrmDestroyDatabase (XrmGetDatabase (dpy));
XrmSetDatabase (dpy, get_resources (true));
I<Note to xrdb users:> xrdb uses the C preprocessor, which might interpret
the double C</> characters as comment start. Use C<\057\057> instead,
-which works regardless of wether xrdb is used to parse the resource file
+which works regardless of whether xrdb is used to parse the resource file
or not.
=item macosx-clipboard and macosx-clipboard-native