slitaz-doc-wiki-data view pages/en/guides/faq-terminal.txt @ rev 7

Add pages/en folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 26 12:17:18 2011 +0000 (2011-02-26)
parents
children
line source
1 ====== Overview ======
3 There are a variety of terminal emulators available for SliTaz and even more for Linux. SliTaz comes with the venerable XTerm, a basic but functioning program.
5 <note tip>You may experience some problems with any graphical program, some more serious than others. By running them via a Terminal, any output will appear in the Terminal window so you can identify any problems. Just find its command, type it and press ''Enter''.</note>
7 \\
8 ----
9 ====== XTerm ======
11 ===== Cannot Copy/Paste =====
13 === Symptoms ===
14 * I cannot find the copy/paste feature
15 * Right-click for a menu does not work as expected
17 === Explanation ===
19 XTerm does not have a right-click menu -- or any other menu for that matter -- but selection is activated by using the mouse buttons.
21 === Solution ===
23 Selection, copy and paste is achievable using the mouse buttons. The three mouse buttons works thus:
25 * //left click// defines where the selection begins
26 * //middle click// defines where the selection ends & copies it to clipboard
27 * //right click// pastes the clipboard contents to the current cursor, not mouse, position