X-term Tutorial.

Slides:



Advertisements
Similar presentations
T Suffix -edSuperlatives End in –f with plural ending added T.
Advertisements

(MICROSOFT EXCEL). Is a spreadsheet application designed to take advantage of the windows graphical interface MICROSOFT EXCEL.
Prof. Yitzchak Rosenthal
CS 497C – Introduction to UNIX Lecture 37: - X Windows Chin-Chih Chang
Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
Windows Test Review.
Digital Imaging and Remote Sensing Laboratory R.I.TR.I.TR.I.TR.I.T R.I.TR.I.TR.I.TR.I.T 1 X-term Tutorial.
Computer Basics. Using a computer The purpose of this class is to get comfortable with: Using Windows.
CGS 1060 Introduction to MicroComputer Usage Chapter 1 Windows 7
XP Exploring the Basics of Microsoft Windows XP1 Exploring the Basics of Windows XP.
Exploring the Basics of Windows XP. Objectives Start Windows XP and tour the desktop Explore the Start menu Run software programs, switch between them,
Exploring the Basics of Windows XP
®® Microsoft Windows 7 Windows Tutorial 1 Exploring the Basics of Microsoft Windows 7.
Key Applications Module Lesson 19 — PowerPoint Essentials
What are shortcut keys? Shortcut keys are a way of navigating certain menu's and features by using the keyboard instead of manually searching through.
WINDOWS Part 1 – Start Up Basics
XP New Perspectives on Windows XP Tutorial 1 Exploring the Basics.
Basic Computer and Word Functions, part 1 Read the information and use to answer the questions in the Basic Computer and Word Functions Study Guide.
T Suffix -fulPrefix un- Suffix -able T Suffix -ly/oo/ spelled oo /oo/ spelled u_e and ew T.
The Microsoft Office GUI( Graphical User Interface) Marijo Rivera Calderon Teacher.
 Definition  Components  Advantages  Limitations Contents  Meaning of Editing Meaning of Editing  Editing Cell Contents Editing Cell Contents 
Copyright © 2010 Wolters Kluwer Health | Lippincott Williams & Wilkins Introduction to Windows Chapter 2.
© 2010 South-Western / Cengage Learning Century 21 Keyboarding  Cycle 1  Office Features 1.
Exploring Windows and Essential Computing Concepts 1 Windows Desktop u Windows Basics u Icon u Start Button u My Computer u Network Neighborhood u Recycle.
RIGHT Mouse Button Formatting Cut Copy Paste Save LEFT Mouse Button MAIN BUTTON Single clicks Double clicks Drag Highlight.
In this activity, we are going to resize and move a window around the desktop with a mouse. 1Double-click the icon ‘My Computer’ to display its content.
Basic Computer and Word Functions, part 1 Read the information and use to answer the questions in the Basic Computer and Word Functions Study Guide.
Introduction to Windows Created by Mrs. Leverette.
Phonics and Fluency w w Word Knowledge Activity /ū/ spelled u /ū/ spelled _ew w.
Review Windows XP/Vista/7. OS: Operating System The major tasks working on a operating system and Office 2010: Using GUI: The starting interface is desktop.
Cut, Copy and Paste Slide #s and titles: 2. Identify buttons 3.Steps to copy text 4.Steps to cut & paste 5.Paste Options button image 6.Cut & paste = drag.
Lab 0 / Chapter 0 Windows XP Environment. 2 User Interfaces: A different perspective.
1 2 Left Click 3 Left Click 4 Left Click NOTE: Your screen may look different; however, find the Start button (lower left corner); then All Programs; ending.
1 Introduction to Microsoft Windows Lecture Outline.
 The clipboard is a temporary storage area  The cut or copy commands place information on the CLIPBOARD  There are two types of clipboards: – System.
Melvin Robinson Utah State Office of Education Technology and Engineering Education For Using and Teaching.
COMPUTER INPUT DEVICE Keyboard. Keyboard cont…… Print Screen Print contents of screen Pause/Break Terminate/Interrupt Scroll Lock Modify behavior of the.
Return to the student web page Lesson 3: Using a Word Processor.
Fundamentals of Windows Mouse n 4 Basic Operations: –Pointing –Clicking –Double Clicking –Dragging.
Dive Into® Visual Basic 2010 Express
Software Operating System Applications BIOS.
Visual Basic.NET Windows Programming
Practical Office 2007 Chapter 2
Microsoft Word Basics.
You will get a menu as displayed on screen.
Human Computer Interaction Lecture 07 The Interaction
Introduction to Computer CC111
Introduction to Windows—Operating System
Vocabulary I Vocabulary II Vocabulary III Vocabulary IV Vocabulary
MANIPULATING TEXT WITHIN AND BETWEEN DOCUMENTS
GETTING TO KNOW YOUR KEYBOARD
Exploring the Basics of Windows XP
Program and Graphical User Interface Design
Introduction to Microsoft Windows
The mouse controls the movement of the pointer on your screen.
Microsoft Windows 2000 Professional
Microsoft Word - Formatting Pages
Examples of Slide show navigation
Exploring the Basics of Windows XP
Cell Simulation.
Productivity Programs Common Features and Commands
Moving the Insertion Point
Prepare a DD Form 1081-Return
X-term Tutorial.
XWN740 X-Windows Configuring and Using Using the X Server
An Introduction to the Windows Operating System
Day 3: Working with Tables
The Basics: EViews Desktop, Workfiles and Objects
TERMS AND CONDITIONS   These PowerPoint slides are a tool for lecturers, and as such: YOU MAY add content to the slides, delete content from the slides,
EViews Training The Basics: EViews Desktop, Workfiles and Objects Note: Data and Workfiles for examples in this tutorial are: Data: Data.xlsx Results:
Presentation transcript:

X-term Tutorial

Setting the Terminal Icon to xterm

Outline What is xterm? Why do we need to be familiar with xterm? Starting xterm Mouse Button Issues Cutting and Pasting

What is xterm? Xterm is an X-client program working under the X-windows system An X-windows client is any program running under the X-window graphical user interface system xterm provides a command line interface into a UNIX system Xterm is the preferred command line interface because it is distributed with all X-windows system

Starting xterm Xterm is usually one of the first X-clients started when your X-window manager starts

Xterm can be started from a menu

Xterm can be started through spawning

Xterm titles and ornamentation

Mouse Button Issues X-window system assume a 3-button mouse system Behavior of each of the buttons can be reconfigured by the user In general, we will use the defaults In emulating systems that have less than 3 buttons 3rd button may be simulated by clicking two buttons simultaneously (2-button system) Two other buttons may be simulated by clicking button while holding different keys down (1-button system)

Xterm controls (Ctrl-left mouse button)

Xterm controls (Ctrl-middle mouse button)

Useful VT Options Enable Scroll Bar Enable Reverse Wraparound Allows you to scroll back to look at saved text information Useful for cutting and pasting information that has scrolled off the screen Enable Reverse Wraparound Allows the proper positioning of cursor when deleting text on command line that has wrapped around

Xterm controls (Ctrl-right mouse button)

Cutting and Pasting of text information Selecting text Word Whole or partial lines Multiple lines Pasting text

Selecting a word Left mouse button double clicking Selects a word

Selecting text by dragging Left mouse button drag Selects text in the “drag” area

Selecting text by specifying start and stop locations Left mouse button click at starting text position followed by a right button mouse click at ending text position Selects text region between starting and ending text points

Pasting Text Middle mouse button click Pastes text at cursor location

Other issues These actions of cutting and pasting works for most X-client programs under UNIX Stick to xterm as your main port into UNIX and you will have little problems migrating from one UNIX platform to another