terminal-emulator

What's a good browser-based terminal emulator? [closed]

人盡茶涼 提交于 2019-12-03 09:19:17
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . 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 old version of the JTA (Java Telnet App) but that applet doesn't handle things like resizing well, and has

How to create web based terminal using xterm.js to ssh into a system on local network

元气小坏坏 提交于 2019-12-03 04:32:40
I came across this awesome library xterm.js which is also the base for Visual Studio Code's terminal. I have a very general question. I want to access a machine(ssh into a machine ) on a local network through a web based terminal(which is out of network, may be on a aws server). I was able to do this in a local network successfully but I could not reach to a conclusion to do it from Internet-->local network . As an example - An aws server running the application on ip 54.123.11.98 which has a GUI with a button to open terminal. I want to open terminal of a local machine which is in a local

What's a good browser-based terminal emulator? [closed]

自闭症网瘾萝莉.ら 提交于 2019-12-02 22:12:01
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 old version of the JTA (Java Telnet App) but that applet doesn't handle things like resizing well, and has relatively poor support for scroll-back buffers and copy/paste. In this day of Ajax-based interfaces, I'm curious if there are any good, free solutions. Thanks to this web site, I saw references to Reflection's web-based terminal emulator, but that's probably too expensive for our needs. Some

Emacs key bindings change in terminal emulator

末鹿安然 提交于 2019-12-01 11:02:47
I notice that some Emacs key bindings change in terminal emulator ( xfce4-terminal ). For example: M-SPC under TTY sets the mark, but in xfce4-terminal it does nothing. Also: C-- is undo in TTY and does nothing in terminal emulator C-/ is erase char backward in TTY, and undo in terminal emulator Is there any solution to prevent the burden of learning two rules? I just want them as usual in TTY console. Dan It's not an Emacs problem so much as a terminal problem. Terminal emulators can be limited in the control and escape sequences they can send, so it's probably the case that the emulators you

Emacs input-decode-map for terminal

送分小仙女□ 提交于 2019-12-01 05:46:22
问题 I have asked a question about Ctrl-arrow keybinding in Emacs in terminal: Emacs Ctrl modifiers don't work in console And was told, that Linux terminal emulator doesn't process this combination. I managed to create a file for loadkeys command, that processes these keys: control keycode 105 = F100 string F100 = "\033[[left" control keycode 106 = F101 string F101 = "\033[[right" Then loaded it from root: #loadkeys ./funcskeys After that every time I click Ctrl-right or Ctrl-left in console, I

tmux man-page search highlighting

狂风中的少年 提交于 2019-11-29 22:57:36
When I search in, for example, man ls while in a tmux session, the search strings don't appear highlighted - the page jumps down so that the search string is on the top line of the buffer, as expected, but it's not highlighted. Doing the same thing in the same shell while not in a tmux session results in highlighted search strings. I have no idea where to start looking to solve this. Any hints are appreciated. Based on Less Colors For Man Pages by Gen2ly , here is my man page and how to do it: Preview This is a shell, not a web page ! How to (optional) I'm using Tomorrow theme for Konsole

How to make SendKeys act Synchronously in IBM Host Access Library

醉酒当歌 提交于 2019-11-26 10:03:07
问题 I use the IBM Host Access Class Library for COM Automation as a way to communicate with an IBM AS400 (aka iSeries, IBM i, green screen, 5250) through a terminal emulator. I notice that when you issue a \"SendKeys\" instruction, control returns to your application before the IBM emulator finishes with the command. This can lead to timing problems because you might then send another \"SendKeys\" instruction before the system is ready to accept it. For example: Imports AutPSTypeLibrary Imports