From d40faf05609273b11ee78f7e64063399ee1aa61a Mon Sep 17 00:00:00 2001 From: hannes Date: Sun, 10 Oct 2004 11:42:39 +0000 Subject: [PATCH] hannes: stop noisy output of liblow (usefull when using w3m with mouse support) [2004100204352313544] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4512 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/gpm/liblow-silent.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package/base/gpm/liblow-silent.patch diff --git a/package/base/gpm/liblow-silent.patch b/package/base/gpm/liblow-silent.patch new file mode 100644 index 000000000..aff360e41 --- /dev/null +++ b/package/base/gpm/liblow-silent.patch @@ -0,0 +1,22 @@ +--- ./src/lib/liblow.c.orig 2004-10-02 06:30:04.602331640 +0200 ++++ ./src/lib/liblow.c 2004-10-02 06:30:57.756251016 +0200 +@@ -201,7 +201,9 @@ + + option.consolename = NULL; + ++#if 0 + gpm_report(GPM_PR_DEBUG,"VC: %d",flag); ++#endif + + /*....................................... First of all, check xterm */ + +@@ -369,7 +371,9 @@ + + /*....................................... Error: free all memory */ + err: ++#if 0 + gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! "); ++#endif + do { + new=gpm_stack->next; + free(gpm_stack);