[konsole] [Bug 431697] It is not possible to select (and thus copy) a previous command if it is log enough on a remote machine

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sun Jun 27 19:55:44 BST 2021


https://bugs.kde.org/show_bug.cgi?id=431697

ninjalj at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOT A BUG
             Status|REPORTED                    |RESOLVED
                 CC|                            |ninjalj at gmail.com

--- Comment #1 from ninjalj at gmail.com ---
This behavior doesn't come from konsole. It comes from the shell, and can
usually be configured via a shell option.

For zsh:
set +o SINGLE_LINE_ZLE

For non-ancient ksh93:
set -o multiline

mksh doesn't seem to have a way to use multiline input. The same is probably
true of many older ksh variants.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list