Is it possible to have a block (as in "rectangular") selection in xterm?
If yes, is it assigned by default to a key/mouse binding or does it have to be assigned separately?
Thanks :) Sorin
Is it possible to have a block (as in "rectangular") selection in xterm?
If yes, is it assigned by default to a key/mouse binding or does it have to be assigned separately?
Thanks :) Sorin
No, this is not available in xterm
.
You can use a terminal text editor such as Vim to make selections. First you have to save your text in a file, then edit it with a text editor. In Vim, press Control+V, then use Up and Down arrow keys.
xterm does not have block select
Some other common terminal applications do. For example: rxvt uses the Alt key. xfce4-terminal and gnome-terminal both do block select with the control key.
Some windows terminal apps use Alt as the key modifier. Examples MobaXterm and Putty.
I'm using an xterm through putty - I find that block selection is possible . Just hold down ALT key while making your selection with mouse - it will select a rectangular portion as u wanted !