Top "Vt100" questions

The VT100 is a video terminal that was made by Digital Equipment Corporation (DEC).

Meaning of \r on linux systems

I'm looking at some linux specific code which is outputting the likes of: \r\x1b[J> to the …

c++ linux bash terminal vt100
Colored text output in PowerShell console using ANSI / VT100 codes

I wrote a program which prints a string, which contains ANSI escape sequences to make the text colored. But it …

powershell ansi windows-console vt100
Does PuTTy work correctly with ANSI/VT100 escape sequences?

I'm writing a program for a class in HC12 Assembly for the Freescale MC9S12C32 processor. I'm using PuTTy …

putty ansi-escape vt100 68hc12
Java terminal emulator

Does anyone knows of a library or a class that emulates the vt100 terminal (doesn't matter if graphical or not). …

java terminal-emulator vt100
what is terminal escape sequence for ctrl + arrow (left, right,...) in TERM=linux

I am building a terminal window in a browser (sth. like ajaxterm) and don't know which escape sequence to send …

linux terminal keycode xterm vt100
VT100 Terminal Emulation in Windows WPF or Silverlight

I'm pondering creating a WPF or Silverlight app that acts just like a terminal window. Except, since it is in …

.net wpf silverlight terminal vt100