On Wed, Jul 24, 2019 at 07:46:22PM -0700, Mun <[email protected]> wrote:
> echo "ESC [8;30;100t"
> ------------------------------- Delimiter END 
> ---------------------------------
> 
> where "ESC" was the actual <ESC> character, of course.

Ah - try removing the extra whitrespace between esc and [, then it should
work.

Unrelated tip: you can avoid having to have a verbatim escape character by
using printf, which also doesn't give you an extra newline at the end:

   printf "\e[8;30;100t"

But using echo is fine, of course.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      [email protected]
      -=====/_/_//_/\_,_/ /_/\_\

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/mailman/listinfo/rxvt-unicode

Reply via email to