Skip to main content

Questions tagged [escape-sequences]

The tag has no usage guidance.

0 votes
1 answer
86 views

How do I send the 'setMark' escape code in Windows Terminal or iTerm2?

Windows Terminal now supports setMark which originally came from iTerm2. How do I add a mark (non interactively, ie so I can use this in my $PS1)? The docs have a screenshot of the relevant text ...
mikemaccana's user avatar
1 vote
1 answer
42 views

How to create a consecutive between 2 number in excel

For example, I have 33 in cell A1, and 40 in cell B1, I want a formula in cell C1, to write an arithmetic sequence from 33 to 40 like this: 33, 34, 35, 36, 37, 38, 39, 40
Saher Naji's user avatar
1 vote
1 answer
714 views

Ctrl-V in TTY not escaping Ctrl-C

For the record, this has nothing to do with copying and pasting, which is likely why it's so difficult to find an answer. I am attempting to insert a literal CTRL-C character into a stream from a TTY. ...
Caleb Stewart's user avatar
0 votes
1 answer
172 views

bash: Dynamic colorful prompt

I give my git colorful prompt but it never fully works. After so many trails I've pinned point where the problem is (completely stripped git out of the problem). Here it is, manifesting the symptom as ...
xpt's user avatar
  • 8,851
1 vote
1 answer
433 views

What are these escape codes/sequences?

Searching Excel with no luck for text sequences that I knew where there was driving me insane. I was copy-pasting search terms from a website Digi-Key (digi-key.com) and searching for them in an Excel ...
Ben's user avatar
  • 11
0 votes
1 answer
409 views

How Do I Paste A Path Into Netbeans With Proper Formatting?

every time I past a file's path into Netbeans (for example, C:\programs\test.txt) I always have to add in the escape characters so that Netbeans understand the path. So, I will paste "C:\programs\...
Supercreature's user avatar
4 votes
2 answers
766 views

Slack Popups have started containing escape sequences

My Windows 'pop-ups' when I receive a slack message have started (maybe in the last few days / weeks?) to have escape characters in them. e.g. ' When I view the message in Slack (web, or ...
Brondahl's user avatar
  • 295
2 votes
1 answer
1k views

Terminal escape sequences in GNU Screen

So I'm quite confused with the concept of escape sequences in a terminal (or terminal emulator to be more precise) and how they relate to the screen bindkey command. I was looking at some sample ....
eciii's user avatar
  • 131
4 votes
0 answers
390 views

Tools for converting 8-bit C1 control characters to ESC sequences?

The ECMA-48 ("ANSI escape sequences") standard describe two ways of encoding the C1 set of control codes: using 2 character ESC sequences, or alternatively, using 8-bit control characters. Wikipedia ...
Rehno Lindeque's user avatar
2 votes
2 answers
1k views

How can I substitute a quote in bash script

I have this bash script #!/bin/bash find . -type f > /home/wschrabi/filenames while read filename; do stripped="$(printf '%s\n' "$filename" | tr -d -C '[[:alnum:]][[:space:]][!\"\#\$\%\&...
Walter Schrabmair's user avatar
1 vote
0 answers
342 views

Using PCL3e escape sequences on an HP Officejet Pro 8630 to duplex on the long edge

I'm trying to print raw, plain ASCII text (e.g. IETF RFCs, which contain form-feed characters for automatic pagination) by sending it directly to port 9100 on my HP Officejet Pro 8630. The ...
bwDraco's user avatar
  • 46.2k
2 votes
1 answer
674 views

Script SSH Interactive Console that needs escaped chars

I would like to modify my existing SSH connection via a shell script. So if I run an existing script remotely I would like it to open a new port to be tunnelled. Interactively I can do this via: ...
Luke Exton's user avatar
0 votes
1 answer
491 views

Switch bold font in Urxvt at runtime

As seen in the man page, one can switch the font in Urxvt using: printf '\33]50;%s\007' "xft:Terminus:pixelsize=20" However, having the following line in ~/.Xdefaults will cause bold fonts to not ...
qubodup's user avatar
  • 9,014
18 votes
4 answers
27k views

MobaXterm backspace sends ^H

Long question: I'm trying to test my simple HTTP Server by Telnet-ing alot of requests and seeing how the server reacts. But when i make a typo and press Backspace to erase the previous character, ...
DutChen18's user avatar
  • 323
3 votes
1 answer
1k views

VTE Escapes Sequences

I'm investigating a problem where messages like ]777;notify;Command completed;uname⏎ show up in Terminal after executing uname. This is not limited to uname, this is only an example. I boiled it ...
bot47's user avatar
  • 1,862

15 30 50 per page