about summary refs log tree commit diff
path: root/users/multi/pkgs/htop/remove-mousing/0001-Tear-out-ncurses-mouse-mode.patch
diff options
context:
space:
mode:
authormulti <depot@in-addr.xyz>2020-11-17T23·56+0000
committermulti <depot@in-addr.xyz>2020-11-18T00·29+0000
commit4331bc8da76ae67a43d64ff5355598a2699a647f (patch)
tree2db05805958d2be1992bd6b827de8801f9097e71 /users/multi/pkgs/htop/remove-mousing/0001-Tear-out-ncurses-mouse-mode.patch
parent73c862279aad7aa4c87bfe5ae2c69a0f56bb59df (diff)
chore(users/multi): Update htop derivation for new upstream. r/1883
- htop has moved upstreams, which has been producing new releases, so
  update the derivation to pull from the new repository on GitHub.

- All of the patches I have locally have been merged upstream, so drop
  them from the depot.

- Pull from a reasonably recent git commit instead of from a numbered
  release, as the ZFS ARC stats and CPU meter columnation patches
  haven't made it into a release yet.

Change-Id: I66ad4c035df07709abf4f75a9d4e1486920091d0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2105
Reviewed-by: multi <depot@in-addr.xyz>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/multi/pkgs/htop/remove-mousing/0001-Tear-out-ncurses-mouse-mode.patch')
-rw-r--r--users/multi/pkgs/htop/remove-mousing/0001-Tear-out-ncurses-mouse-mode.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/users/multi/pkgs/htop/remove-mousing/0001-Tear-out-ncurses-mouse-mode.patch b/users/multi/pkgs/htop/remove-mousing/0001-Tear-out-ncurses-mouse-mode.patch
deleted file mode 100644
index 16a19bc03e66..000000000000
--- a/users/multi/pkgs/htop/remove-mousing/0001-Tear-out-ncurses-mouse-mode.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From b9575370e6ab804bd9689b99b81b99e4e84116a3 Mon Sep 17 00:00:00 2001
-From: multiplexd <multi@in-addr.xyz>
-Date: Sun, 5 Jul 2020 14:12:03 +0100
-Subject: [PATCH] Tear out ncurses mouse mode
-
----
- CRT.c | 6 ------
- 1 file changed, 6 deletions(-)
-
-diff --git a/CRT.c b/CRT.c
-index ca9a10d..f6dd1e2 100644
---- a/CRT.c
-+++ b/CRT.c
-@@ -673,12 +673,6 @@ void CRT_init(int delay, int colorScheme) {
- #endif
-       CRT_treeStrAscii;
- 
--#if NCURSES_MOUSE_VERSION > 1
--   mousemask(BUTTON1_RELEASED | BUTTON4_PRESSED | BUTTON5_PRESSED, NULL);
--#else
--   mousemask(BUTTON1_RELEASED, NULL);
--#endif
--
- }
- 
- void CRT_done() {
--- 
-2.20.1
-