-
|
Can you make the scroll bar work? I found that the scroll bar doesn’t work (there’s no scroll bar available at all). In a standalone terminal emulator, you can use the scroll bar to scroll through long text in nano, just like you would use a scroll bar in any graphical application. p/s: the scroll bar is available and working just fine outside of nano. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
The scrollbar in nano needs to be explicitly activated and does not support mouse: |
Beta Was this translation helpful? Give feedback.
-
|
Let's forget about the scroll bar. I have found another issue: You can't use the mouse to select anything inside nano. Not even a single line or a single word. This works fine in other terminal emulators. |
Beta Was this translation helpful? Give feedback.
-
|
Let's forget about nano, too. |
Beta Was this translation helpful? Give feedback.
The scrollbar in nano needs to be explicitly activated and does not support mouse:
nano --indicatorwill display it. Scrollbars in alt screen mode are not controlled by the terminal emulator, there's no such thing as scroll-buffer in that context. Same goes for any program that runs in alt screen (vim, neovim, helix, whatever). You'll have to find how to activate or use them in each case.