https://bugs.kde.org/show_bug.cgi?id=510538
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] --- Provided by shell integration. It can be enabled on the profile configuration under General → Semantic Integration → Mouse click in input line moves cursor. Then enable semantic shell integration on your shell, e.g. using the command provided below for bash: if [[ ! $PS1 =~ 133 ]] ; then PS1='\[\e]133;L\a\]\[\e]133;D;$?\]\[\e]133;A\a\]'$PS1'\[\e]133;B\a\]' ; PS2='\[\e]133;A\a\]'$PS2'\[\e]133;B\a\]' ; PS0='\[\e]133;C\a\]' ; fi -- You are receiving this mail because: You are watching all bug changes.
