[Konsole-devel] [Bug 195724] Click Konsole Text Input to Move Cursor
Robert Knight
robertknight at gmail.com
Mon Jun 8 22:40:23 UTC 2009
https://bugs.kde.org/show_bug.cgi?id=195724
Robert Knight <robertknight at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |robertknight at gmail.com
Resolution| |INVALID
--- Comment #1 from Robert Knight <robertknight gmail com> 2009-06-09 00:40:16 ---
> When typing a lot into the terminal, it takes a long time
> to scroll to the middle by holding an arrow key.
I presume you mean 'moving the cursor to the middle of the input line'?
Konsole is not responsible for positioning the cursor - that is done by the
program reading the input, typically a shell such as bash. The input line is
typically read by a library called readline which has a bunch of shortcuts for
moving the cursor and manipulating the text. For example Ctrl+Left/Right arrow
moves the cursor one word to the left or right. Home/End move to the start or
end of the line. A limited set of these work in normal text input fields in
most applications as well.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list