On Sat, Jan 25, 2014 at 10:56:56PM -0500, Lewis Pike <[email protected]> 
wrote:
> Does urxvt provide an escape sequence to alter the internal border
> size of terminal window on the fly?  I had a look through the urxvt(7)

No.

> I'd like control over this visual element so that I can set the
> internal border size to 0 when switching the window to fullscreen via
> a perl script and wmctrl.
> 
> Might anyone know how to do this?

It might be possible to set the int_bwidth variable from a perl extension
(which could implement an escape sequence), and somehow cause a window
recalculation/resize.

Another possible idea here might be to have an extension that senses
fullscreen state and automatically changes the int_bwidth.

-- 
                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/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to