diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /konsole/doc/histBuffer | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'konsole/doc/histBuffer')
-rw-r--r-- | konsole/doc/histBuffer | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/konsole/doc/histBuffer b/konsole/doc/histBuffer new file mode 100644 index 000000000..4eb419f6b --- /dev/null +++ b/konsole/doc/histBuffer @@ -0,0 +1,24 @@ +[histBuffer] + +|Documentation|---------------------------------------------------------------- + +The `history' is a facility, that allows to get access to lines +scrolled out from the visible part of the display. It is mainly used +to present the complete result of an operation that produces much +output, such as compilation runs. + +This facility is offered by virtually any terminal around on Linux. + +There are basically two means to control the visible section of the +history. One can both use the keyboard, by pressing Shift-PageUp and +Shift-PageDown, and, if the scrollbar is visible, one can use it to +page through the history also. + +Once parts of the history become visible, konsole maintains this +position, even if new text is added to the history meanwhile. Thus, it +is in history display mode. One can revert to normal operation most +quickly by typing any character (which is then not passed to the +application) or scroll down to the end. + +|Implementation|-------------------------------------------------------------- + |