From da8efb41044c6c7503c51b4e594d2d5c4ce92a96 Mon Sep 17 00:00:00 2001 From: stkhan Date: Sun, 19 Mar 2023 13:18:53 -0500 Subject: remove scroll --- utils/scroll-0.1/config.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 utils/scroll-0.1/config.h (limited to 'utils/scroll-0.1/config.h') diff --git a/utils/scroll-0.1/config.h b/utils/scroll-0.1/config.h deleted file mode 100644 index 536db70..0000000 --- a/utils/scroll-0.1/config.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Define ESC sequences to use for scroll events. - * Use "cat -v" to figure out favorite key combination. - * - * lines is the number of lines scrolled up or down. - * 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] */ - /* mouse binding shadows ^E and ^Y, so it's disabled by default */ - //{"\031", SCROLL_UP, 1}, /* mouse wheel up */ - //{"\005", SCROLL_DOWN, 1}, /* mouse wheel Down */ -}; -- cgit v1.2.3