how do I tell the size of a pseudoterm window?

a.v.reed avr at mtgzz.att.com
Thu Dec 8 07:18:03 AEST 1988


In article <5444 at cbmvax.UUCP>, ditto at cbmvax.UUCP (Michael "Ford" Ditto) writes:
> Do you think that a windowing system running on SysVr3 should support
> the layers/xt ioctl for window size?  (I don't mean whether it should
> allow such a function, just whether it should use the same ioctl
> command code and return the same data structure.)

Yes, it definitely should. For one thing, the SysVr3 curses library
already has code to use these ioctls and their structures when
available; by using them, you save yourself the pain of merging the
standard curses with something else. For another, I should assume that
you will support terminals; someone might wish to use a layers terminal
with your machine - and if the ioctls are OK, will be able to just
install the layers multiplexed line discipline and run.

				Adam Reed (avr at mtgzz.ATT.COM)



More information about the Comp.unix.wizards mailing list