[konsole] [Bug 470100] cannot select and copy text on git log
https://bugs.kde.org/show_bug.cgi?id=470100 greenscarf...@gmail.com changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |NOT A BUG --- Comment #2 from greenscarf...@gmail.com --- my bad, i was wrongly adding ' --mouse' option to LESS variable in my .gitconfig like: [core] pager = less -LRc --mouse [pager] diff = LESS='LRc --mouse' delta show = LESS='LRc --mouse' delta stash = LESS='LRc --mouse' delta log = LESS='LRc --mouse' delta reflog = LESS='LRc --mouse' delta after removing '--mouse', it works as intended. [core] pager = delta [pager] diff = LESS=LRc delta show = LESS=LRc delta stash = LESS=LRc delta log = LESS=LRc delta reflog = LESS=LRc delta blame = LESS=LRc delta -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 470100] cannot select and copy text on git log
https://bugs.kde.org/show_bug.cgi?id=470100 ninj...@gmail.com changed: What|Removed |Added CC||ninj...@gmail.com --- Comment #1 from ninj...@gmail.com --- In the "git log" example, the mouse pointer is shown as an arrow, while in the other examples it is shown as an I-beam(bar). This means the application enabled mouse-tracking mode, taking control of the mouse. You can still bypass the application handling of the mouse by holding the Shift key while pressing the mouse buttons. What's the value of the $LESS environment variable? "less" with the "--mouse" option enables mouse tracking mode to be able to react to the scroll-wheel and to set the # mark with a click (which you can then jump to with '# ). If you're not using "less" with the --mouse option, what's the value of the $GIT_PAGER and $PAGER environment variables? Have you configured core.pager or pager.log in git? -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 470100] cannot select and copy text on git log
https://bugs.kde.org/show_bug.cgi?id=470100 greenscarf...@gmail.com changed: What|Removed |Added Platform|Other |Kubuntu -- You are receiving this mail because: You are watching all bug changes.