[Bug 1730143] Re: no response to scroll wheel

2018-07-27 Thread Andreas Hasenack
I believe this is fixed in cosmic now, after the ncurses transition that
happened a few weeks ago.

In a cosmic container, I'm able to move the line in the htop screen with
the mouse wheel, whereas in bionic nothing of the sort happens.

And to confirm this further:

bionic:
$ ldd $(which htop)|grep ncurses
libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7efe6d7a5000)

cosmic:
$ ldd $(which htop)|grep ncurses
libncursesw.so.6 => /lib/x86_64-linux-gnu/libncursesw.so.6 
(0x7fb763f36000)


Closing the bug as "fix released" since it's available in Cosmic.

** Changed in: htop (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730143

Title:
  no response to scroll wheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/htop/+bug/1730143/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730143] Re: no response to scroll wheel

2018-07-27 Thread Andreas Hasenack
I believe this is fixed in cosmic now, after the ncurses transition that
happened a few weeks ago.

In a cosmic container, I'm able to move the line in the htop screen with
the mouse wheel, whereas in bionic nothing of the sort happens.

And to confirm this further:

bionic:
$ ldd $(which htop)|grep ncurses
libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7efe6d7a5000)

cosmic:
$ ldd $(which htop)|grep ncurses
libncursesw.so.6 => /lib/x86_64-linux-gnu/libncursesw.so.6 
(0x7fb763f36000)


Closing the bug as "fix released" since it's available in Cosmic.

** Changed in: htop (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to htop in Ubuntu.
https://bugs.launchpad.net/bugs/1730143

Title:
  no response to scroll wheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/htop/+bug/1730143/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1730143] Re: no response to scroll wheel

2018-07-25 Thread Bug Watch Updater
** Changed in: htop (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730143

Title:
  no response to scroll wheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/htop/+bug/1730143/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730143] Re: no response to scroll wheel

2018-06-27 Thread  Christian Ehrhardt 
** Tags added: bot-stop-nagging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730143

Title:
  no response to scroll wheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/htop/+bug/1730143/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730143] Re: no response to scroll wheel

2018-02-23 Thread ChristianEhrhardt
Hi,
no I'm not suggesting to build it on your own.

Trying to resummarize:

TL;DR - ncurses is not at (ABI) 6, so htop doesn#t get scroll wheel
support atm

Details:
1. htop 2.x + Ncurse 6 = scroll wheel
2. Ncurse is at source version 6
3. But Ncurse is built with API=5 to behave like before
4. Due to that htop does not get the scroll wheel functionality atm

And I was no part of that build or decision I don't know any details.
It was just FYI as I have seen the bug and realized this special build option.

If you are interested what I mean search for
  .so.5
and
  .so.6
In 
https://launchpadlibrarian.net/356722560/buildlog_ubuntu-bionic-amd64.ncurses_6.1-1ubuntu1_BUILDING.txt.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730143

Title:
  no response to scroll wheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/htop/+bug/1730143/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730143] Re: no response to scroll wheel

2018-02-19 Thread My name
TBH, I don't understand you. As indicated my Ncurses version is 6
something. I don't have a clue how it was compiled since I installed it
with apt-get from the standard Ubuntu repo. Are you saying I should try
compiling it myself?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730143

Title:
  no response to scroll wheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/htop/+bug/1730143/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730143] Re: no response to scroll wheel

2018-02-06 Thread ChristianEhrhardt
FYI - For various downstream consumers of ncurse it is still compiled with 
--with-abi-version=5.
As ncurse 6 was explicitly mentioned I'D assume it is abi ver 6, and that might 
be the reason.
I have no insight in any planned transition, just wanted to let you know.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730143

Title:
  no response to scroll wheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/htop/+bug/1730143/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730143] Re: no response to scroll wheel

2017-11-05 Thread Bug Watch Updater
** Changed in: htop (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730143

Title:
  no response to scroll wheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/htop/+bug/1730143/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730143] Re: no response to scroll wheel

2017-11-05 Thread Graham Inggs
** Bug watch added: Debian Bug tracker #835666
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835666

** Also affects: htop (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835666
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730143

Title:
  no response to scroll wheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/htop/+bug/1730143/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730143] Re: no response to scroll wheel

2017-11-05 Thread Hans Joachim Desserud
** Tags added: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730143

Title:
  no response to scroll wheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/htop/+bug/1730143/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs