Konsole | |
---|---|
![]() | |
![]() Screenshot of Konsole in KDE Plasma 6 | |
Developer(s) | Lars Doelle, Robert Knight |
Stable release | |
Repository | https://github.com/KDE/konsole https://invent.kde.org/kde/konsole |
Written in | C++ (KDE Frameworks, Qt) |
Type | Terminal emulator |
License | GPL-2.0-or-later |
Website | konsole![]() |
Konsole is a free and open-source terminal emulator graphical application which is part of KDE Applications and ships with the KDE desktop environment. Konsole was originally written by Lars Doelle. [2] It ls licensed under the GPL-2.0-or-later [3] [4] [5] and the GNU Free Documentation License. [6]
KDE applications, including Dolphin, Kate, [7] KDevelop, Kile, Konversation, Konqueror, and Krusader, use Konsole to provide embedded terminal functionality via Kpart.
This section needs additional citations for verification .(June 2016) |
Up to the KDE 4.0, Konsole internal functionality was split into a backend and frontend parts. The backend was represented by a terminal emulator (the DEC VT102 + xterm emulation program) and the frontend that included terminal display and user interface used to display output characters on a window screen or a printer. [11]
With newer versions Konsole on Linux systems uses PTY (pseudoterminal interface) abstraction implemented by KPty KDE framework introduced in 2014.[ citation needed ]