scroll bars in Exceed X-windows


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers scroll bars in Exceed X-windows
# 1  
Old 08-09-2005
scroll bars in Exceed X-windows

I am using this as my command line in Hummingbird Exceed XSession:

xterm -ls -geometry 150x60 -display @D -bg white -fg black

The problem is that I need scroll bars. Any ideas on what to add?
# 2  
Old 08-09-2005
You can try the suggestions in this article
# 3  
Old 08-15-2005
It said Page not found
# 4  
Old 08-15-2005
scroll bars in Exceed X-Session

I am using this as my command line in Hummingbird Exceed XSession:

xterm -ls -geometry 150x60 -display @D -bg white -fg black

The problem is that I need scroll bars. Any ideas on what to add?
# 5  
Old 08-15-2005
Add this to the zterm command: -sb -sl 1024
# 6  
Old 08-15-2005
xterm -ls -geometry 150x60 -display @D -bg white -fg black -sb
# 7  
Old 08-15-2005
Please read our rules:
(4) Do not 'bump up' questions if they are not answered promptly. No duplicate or cross-posting and do not report a post where your goal is to get an answer more quickly.

I have merged the threads.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

help with continous scroll

I figured out my question. mods please delete. Thank you (2 Replies)
Discussion started by: rpmischris
2 Replies

2. HP-UX

How to scroll back and forwrd in HP-UX?

How to scroll back and forwrd in HP-UX? 1.How to auto complete commands in HP-UNIX, which key should be used as in Linux "tab" key is being used. 2. How to scroll back and forward in HP-UX ; in Linux we use up and down arrow.:confused::confused::confused::confused: (3 Replies)
Discussion started by: manalisharmabe
3 Replies

3. Shell Programming and Scripting

How can I scroll the terminal output with Expect

Hi, I'm trying to come up with a simple expect script that allows me to login to a system and run a single command ... something like this: #!/usr/bin/expect -f # let's set some variables #set password set ipaddr set ponumber set hostname set timeout -1 # let's now connect to the... (0 Replies)
Discussion started by: danielsf
0 Replies

4. Shell Programming and Scripting

Some colorful progress bars

Hi Folks, I've been playing around implementing some colorful progress bars using shell scripting. I thought it would nice to share my work :) If you like em, feel free to use em :D Cheers #!/bin/sh # progbar3.sh # Simulate a progress bar with colors # Author: Sofiane Cherchalli... (1 Reply)
Discussion started by: sofianito
1 Replies

5. UNIX for Dummies Questions & Answers

Extra error bars in Gnuplot!

When I use gnuplot to plot a set of data I get extra y-axis error bars in some random points. Please try the code below, and note the y error bars in the top left corner that don't have any data corresponding to it. Any idea what might be causing this? gnuplot > set yrange set xrange ... (1 Reply)
Discussion started by: cosmologist
1 Replies

6. UNIX for Dummies Questions & Answers

How To Scroll Processes In top?

I'm using top to view processes. But, I do not know how to scroll down the list to view what is not showed in the terminal window. Anyone know how to do this? (1 Reply)
Discussion started by: keenansnews
1 Replies

7. AIX

aixterm scroll?

on a AIX sys i have been trying to get the mouse scroll wheel to page the terminal for about 2 yrs now on aixterm. any ideas. the below syntax does not work in aixterm but does work in xterm. ------------------------- this does not work in aixterm but does work in xterm,, with a cat Xdefult |... (2 Replies)
Discussion started by: nullwhat
2 Replies

8. UNIX for Dummies Questions & Answers

Is there a way scroll text instead of page?

Is there a way to slowly scroll the output of a file instead of page or cat ? Instead of one page at a time, I would like to slowly scroll the displayed output of the file. (12 Replies)
Discussion started by: darthur
12 Replies
Login or Register to Ask a Question