-1

I'm trying to resize Xterm window after created, whitout Xlib because I tried and it's bugged. (if you want to know more about that take a look here : https://stackoverflow.com/questions/28014566/input-stream-dont-work-with-this-function?noredirect=1#comment44416536_28014566

I see it's possible with AINSI escape sequence, but it seems to didn't work on my Xterm, why ?

Thanks for help.

Community
  • 1
  • 1
Lucas S.
  • 312
  • 3
  • 15

1 Answers1

0

To the first question: the resize program would send the given escape sequence for its "-s" option. However, the feature is often turned off by packagers who feel that allowing an escape sequence to resize your terminal can be harmful. It can be turned on via menu (control/right/mouse Allow Window Ops) or using an X resource setting allowWindowOps

Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105