Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
2k views

What's a good browser-based terminal emulator?

We have several curses style applications which we'd like to provide access to through a browser-based interface. We have an application from another vendor which ostensibly provides this based on an ...
7
votes
2answers
788 views

A terminal-like window for wxWidgets?

I'm looking to add an element to my wxWidgets GUI that behaves like a terminal emulator. Not in terms of a shell which executes commands, but just the input-output setup of an application running in ...
5
votes
4answers
5k views

Home/End keys in zsh don't work with putty

I'm running zsh as the default shell on a Ubuntu box, and everything works fine using gnome-terminal (which as far as I know emulates xterm). When I login from a windows box via ssh and putty (which ...
3
votes
4answers
256 views

Modern Command-Line Programming a la Bloomberg Terminal [closed]

I want build a financial analysis tool that will feature screen after screen of diverse, dynamic options. The screens will change based on the input from the previous screens. Any single screen can ...
3
votes
2answers
378 views

Python terminal emulation

I'd like to have an xterm-compatible virtual terminal running inside a Python app. I'll need to run ncurses-based applications inside it, feed it with user's input and read its output. So far I've ...
3
votes
3answers
212 views

How to programmatically determine character dimensions of my terminal window?

I am writing a script which will display a stock chart as ASCII art in a terminal emulator window. I normally use OSX/Terminal.app but a Linux-based solution would be an acceptable alternative. My ...
3
votes
2answers
939 views

How to switch split screen Emacs where one screen is the editor while the other is terminal emulator?

I have ssh'ed to a remote machine and started emacs. I opened one small python application, and then split the screen into two, and M-x terminal-emulator in the other. I would like to edit the script ...
2
votes
0answers
74 views

How can I send a tn3270 compatible screen to a terminal emulator?

I want to test a terminal emulator I have, but I really don't want to learn Hercules 360, before someone mentions that. I'm not after creating mainframe applications, what really want to do is learn ...
2
votes
1answer
124 views

Connecting to CICS from Windows Desktop Application

Now there is a new requirement. I have got some adhoc work at hand. The requirement is to connect a desktop based Java application to read data from Mainframe generated by some CICS Transaction. ...
2
votes
2answers
628 views

Coding a Mac OS X terminal emulator?

I'd like to create a terminal emulator for Mac OS X. The problem is: I have no idea where to start. Can I just use a whole bunch of NSTasks? Or do I have to read through tons of source code for ...
2
votes
2answers
655 views

Scriptable terminal program for modem testing

I have to use AT commands to setup my dial up modem (modulation seleccion, speed, etc), and dial other modem. Once the connection is stablished I have to transfer/receive files via zmodem, xmodem... ...
1
vote
1answer
43 views

Terminal emulator implementation - problems with repeated input

I am trying to implement a terminal emulator in Java. It is supposed to be able to host both cmd.exe on Windows and bash on Unix-like systems (I would like to support at least Linux and Mac OS X). The ...
1
vote
0answers
188 views

Building a Terminal Emulator for Android

I've been trying to build a Terminal Emulator for Android. Being pretty new to this, my idea was to execute each command and store the output in a file, whose contents would be displayed after each ...
1
vote
0answers
86 views

how can remove emulator sdcard below folder in android

i am implementing sdcard related application how can remove emulator sdcard below folder in android using sqlite in devtools i am using rm command its not working .. Example : sdcard--->project ...
1
vote
1answer
57 views

Not able to access the webservice available in same network in Android

I am using Android 2.1 tablet. I have created simple application which access my own webservice. It works well in emulator. But it fails on android device. I am getting timeout exception. I have ...
1
vote
1answer
195 views

Embed interactive shell (VTE) in a PyGtk GUI to manipulate its own widgets

I am planning to do the folliwing: Create a PyGtk GUI (hardcoded, no Glade) with some widgets, and at the bottom of the screen put some sort of VTE (Virtual Terminal Emulator) from where I could ...
1
vote
1answer
1k views

how to get root access on android 2.3 emulator

i am trying to get root access on my android emulator to run iptables. i went through many forums and tried many methods but nothing seems to work. the following is my device specification and i try ...
1
vote
2answers
164 views

Can one highlight tab characters in the terminal?

Using terminal sequences, I can colour text in a terminal emulator: $ echo -e '\e[37;41m--this is white on red--\e[0m' And this works. The following prints a red rectangle, i.e. space characters ...
1
vote
3answers
309 views

How to parse links in bash output

Let assume that we have this output in bash console: $ findgrep RAILS_ENV ./script/munin_stats:7:RAILS_ENV = ENV['RAILS_ENV'] || "development" ...
1
vote
1answer
926 views

Reflection Terminal Emulator - Integration with IE

I'm trying to implement some integration between a legacy app running in the Reflection Terminal Emulator and a browser-based app running in IE. I'm using Host Initiated Scripts so that maintenance ...
0
votes
1answer
59 views

How can i use the command F7 on my android emulator?

How can i use the command F7 on my android emulator? I need this command to compile a java file on the terminal ide. Each time I press F7, my emulator shuts down, since F7 is the shortcut for the shut ...
0
votes
2answers
307 views

How to mount android phone to computer as SD Card or in debug mode?

Is there any terminal emulator comand in android 2.3.x with BusyBox that will mount as SD card phone connected to PC via usb? Is there anything for enabling debuging mode to use phone with adb? My ...
0
votes
1answer
145 views

VBScript set focus on “No” button on UI window

I'm writing a VBScript script for use with VanDyke's CRT. Is there a way to set the focus on the "No" button on a MsgBox automatically, instead of the default "Yes"? val = MsgBox("Do you want to ...
0
votes
1answer
104 views

what is screen scraping technology like critix? [closed]

what is screen scraping technology like critix? How it works How our application will run under this?
0
votes
0answers
95 views

EHLLAPI ConvertPosition Returning weird values

int func = 99; String queryData = new String(new char[] { 'A', 'P' }); short len; int loc = QueryCursorLocation(); //This is separate function…it DOES return and accurate value int rc = loc; ...
0
votes
0answers
147 views

Can TinyTerm be used to execute a command line locally via a hotkey combination?

Can TinyTerm be used to execute a command line locally via a hotkey combination? (i.e. NotePad somedoc.doc) We want to scrape the information from the screen to build the command line. In this ...
0
votes
1answer
184 views

Detect console prompt in VT100 SSH Session stream

I'm working on a wrapper library (in C#, but not really important to the issue here) to open an SSH connection and then allow for sending commands to the server and receiving the response. The main ...
0
votes
1answer
267 views

Terminal Emulator - compare contrast KERMIT and Reflection by attachmate?

Can someone compare and contrast Reflection and KERMIT? Do they do the same thing? Which is better? Why? We may need to use one of these at my business and we are looking for input. Thanks W
0
votes
1answer
669 views

Ericsson f3507g WWAN (3G Broadband) and AT commands

I have a lenovo x200t tablet with WWAN built into it. I'm trying to connect to the internet using AT commands and a C# program which I am making so that the program can connect to the net and upload ...
0
votes
3answers
1k views

Open source C# vt100 server

Does anyone know of an open source C# vt100 server? I'm looking to create a C# server that understands the escape sequences from a vt100 client.
0
votes
3answers
515 views

Telnet / Terminal commands

Got a problem with a proxy telnet server that I am trying to debug, it appears that a set of characters being sent are causing it a problem .... does anybody know where I can get a list of teminal ...
0
votes
4answers
1k views

Why vim doesn't work correctly into a telnet session?

I use vim (7.1) on OpenVMS V7.3-2. I connect to VMS trough a telnet session with SmartTerm, a terminal emulator. It works fine. But when I start a telnet session from a VMS session (connected via ...
0
votes
1answer
1k views

Free or open source IBM 3151 or aixterm emulators? [closed]

Does anyone know of any free or open source terminal emulators that will emulate an IBM 3151 terminal or an HFT terminal (aixterm)? We have some offshore contractors that need access to some of our ...