Skip to main content
xterm is not a typo, please don't change it to "Tterm"(what is that?)
Source Link

To add some tricks you can do with the accepted answer, you can even use something like

bind -x '"\C-g": echo -en "\e[6t"' 

to send current window to bottom, or other Tterm escape codes invented by xterm to center the window, place window at specific pixel location, etc.

See also vttest(1) (it turns out you can learn a lot of fancy escape sequences just playing around with vttest) and https://invisible-island.net/xterm/ctlseqs/ctlseqs.html

To add some tricks you can do with the accepted answer, you can even use something like

bind -x '"\C-g": echo -en "\e[6t"' 

to send current window to bottom, or other Tterm escape codes to center the window, place window at specific pixel location, etc.

See also vttest(1) (it turns out you can learn a lot of fancy escape sequences just playing around with vttest) and https://invisible-island.net/xterm/ctlseqs/ctlseqs.html

To add some tricks you can do with the accepted answer, you can even use something like

bind -x '"\C-g": echo -en "\e[6t"' 

to send current window to bottom, or other escape codes invented by xterm to center the window, place window at specific pixel location, etc.

See also vttest(1) (it turns out you can learn a lot of fancy escape sequences just playing around with vttest) and https://invisible-island.net/xterm/ctlseqs/ctlseqs.html

Minor formatting
Source Link
AdminBee
  • 23.6k
  • 25
  • 56
  • 78

To add some tricks you can do with the accepted answer, you can even use something like bind -x '"\C-g": echo -en "\e[6t"'

bind -x '"\C-g": echo -en "\e[6t"' 

to send current window to bottom, or other xtermTterm escape codes to center the window, place window at specific pixel location, etc.

See also vttest(1) vttest(1) (it turns out you can learn a lot of fancy escape sequences just playing around with vttestvttest) and https://invisible-island.net/xterm/ctlseqs/ctlseqs.html

To add some tricks you can do with the accepted answer, you can even use something like bind -x '"\C-g": echo -en "\e[6t"' to send current window to bottom, or other xterm escape codes to center the window, place window at specific pixel location, etc.

See also vttest(1) (it turns out you can learn a lot of fancy escape sequences just playing around with vttest) and https://invisible-island.net/xterm/ctlseqs/ctlseqs.html

To add some tricks you can do with the accepted answer, you can even use something like

bind -x '"\C-g": echo -en "\e[6t"' 

to send current window to bottom, or other Tterm escape codes to center the window, place window at specific pixel location, etc.

See also vttest(1) (it turns out you can learn a lot of fancy escape sequences just playing around with vttest) and https://invisible-island.net/xterm/ctlseqs/ctlseqs.html

added 96 characters in body
Source Link

To add some tricks you can do with the accepted answer, you can even use something like bind -x '"\C-g": echo -en "\e[6t"' to send current window to bottom, or other xterm escape codes to center the window, place window at specific pixel location, etc.

See also vttest(1) (it turns out you can learn a lot of fancy escape sequences just playing around with vttest) and https://invisible-island.net/xterm/ctlseqs/ctlseqs.html

To add some tricks you can do with the accepted answer, you can even use something like bind -x '"\C-g": echo -en "\e[6t"' to send current window to bottom, or other xterm escape codes to center the window, place window at specific pixel location, etc.

See also vttest(1) and https://invisible-island.net/xterm/ctlseqs/ctlseqs.html

To add some tricks you can do with the accepted answer, you can even use something like bind -x '"\C-g": echo -en "\e[6t"' to send current window to bottom, or other xterm escape codes to center the window, place window at specific pixel location, etc.

See also vttest(1) (it turns out you can learn a lot of fancy escape sequences just playing around with vttest) and https://invisible-island.net/xterm/ctlseqs/ctlseqs.html

edited body
Source Link
Loading
Source Link
Loading