[Konsole-devel] [Bug 143313] I would like to see konsole to support kio-slaves

Robert Knight robertknight at gmail.com
Wed May 23 21:53:14 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143313         




------- Additional Comments From robertknight gmail com  2007-05-23 23:53 -------
> As konsole is responsible for _sending_ user input to the program 
> running in the terminal, it could check if the program is a shell if so, 
> act as a wrapper for that.  

Konsole sends the characters to the shell as you type them, it doesn't see the whole command line.  Nor does it have any idea about the state of the shell, other than basic information about the foreground process.  The suggestion is in effect the same as asking for KIO support in your keyboard.

You are looking in the wrong place.  The component that needs to be modified to implement your suggestion is not the terminal emulator but the shell process ( typically bash ) itself.  Writing a shell, and possibly a suite of tools to go with it which can make use of the KIO framework is do-able, but that is a separate project.



More information about the konsole-devel mailing list