[hackers] [scroll] Fix typo and spaces with adjustments from me. || Steve Ward

From: <git_AT_suckless.org>
Date: Sun, 10 May 2020 22:41:34 +0200 (CEST)

commit 91719e47d5384a79a3fb76ee36a3980d0e3f56f3
Author: Steve Ward <planet36_AT_gmail.com>
AuthorDate: Wed May 6 22:54:30 2020 -0400
Commit: Jan Klemkow <j.klemkow_AT_wemelug.de>
CommitDate: Sun May 10 22:41:12 2020 +0200

    Fix typo and spaces with adjustments from me.

diff --git a/config.def.h b/config.def.h
index c6e0c0e..36b1a45 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -3,13 +3,13 @@
  * Use "cat -v" to figure out favorite key combination.
  *
  * lines is the number of lines scrolled up or down.
- * If lines is negative, its the fraction of the terminal size.
+ * If lines is negative, it's the fraction of the terminal size.
  */
 
 struct rule rules[] = {
         /* sequence event lines */
- {"\033[5;2~", SCROLL_UP, -1}, /* [Shift] + [PageUP] */
- {"\033[6;2~", SCROLL_DOWN, -1}, /* [Shift] + [PageDown] */
- {"\031", SCROLL_UP, 1}, /* mouse wheel up */
- {"\005", SCROLL_DOWN, 1} /* mouse wheel Down */
+ {"\033[5;2~", SCROLL_UP, -1}, /* [Shift] + [PageUP] */
+ {"\033[6;2~", SCROLL_DOWN, -1}, /* [Shift] + [PageDown] */
+ {"\031", SCROLL_UP, 1}, /* mouse wheel up */
+ {"\005", SCROLL_DOWN, 1}, /* mouse wheel Down */
 };
Received on Sun May 10 2020 - 22:41:34 CEST

This archive was generated by hypermail 2.3.0 : Sun May 10 2020 - 22:48:35 CEST