repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 2472b46ba59512363685b16cebe14038cb3a42e0: path_to: revision_to:
commit 2472b46ba59512363685b16cebe14038cb3a42e0 Author: Emanuele GiaquintaDate: Fri Oct 8 18:57:04 2010 +0000 Fix typo. diff --git a/configure.ac b/configure.ac
--- a/configure.ac +++ b/configure.ac @@ -694,7 +694,7 @@ if test x$support_scroll_xterm = xyes; then scrolltypes="$scrolltypes xterm" fi if test x$support_pointer_blank = xyes; then - AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing) + AC_DEFINE(POINTER_BLANK, 1, Define if you want to hide the pointer while typing) fi if test x$support_text_blink = xyes; then AC_DEFINE(TEXT_BLINK, 1, Define if you want blinking text support)
-----END OF PAGE-----