slitaz-doc-wiki-data diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pages/en/guides/faq-terminal.txt	Sat Feb 26 12:17:18 2011 +0000
     1.3 @@ -0,0 +1,27 @@
     1.4 +====== Overview ======
     1.5 +
     1.6 +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.
     1.7 +
     1.8 +<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>
     1.9 +
    1.10 +\\
    1.11 +----
    1.12 +====== XTerm ======
    1.13 +
    1.14 +===== Cannot Copy/Paste =====
    1.15 +
    1.16 +=== Symptoms ===
    1.17 +  * I cannot find the copy/paste feature
    1.18 +  * Right-click for a menu does not work as expected
    1.19 + 
    1.20 +=== Explanation ===
    1.21 +
    1.22 +XTerm does not have a right-click menu -- or any other menu for that matter -- but selection is activated by using the mouse buttons.
    1.23 +
    1.24 +=== Solution ===
    1.25 +
    1.26 +Selection, copy and paste is achievable using the mouse buttons. The three mouse buttons works thus:
    1.27 +
    1.28 +  * //left click// defines where the selection begins
    1.29 +  * //middle click// defines where the selection ends & copies it to clipboard 
    1.30 +  * //right click// pastes the clipboard contents to the current cursor, not mouse, position
    1.31 \ No newline at end of file