我可以定义宽于 80 列的 ISQL 或 I4GL 表单吗?
docos 说“屏幕尺寸 80 x 20”,但我想要 132 列宽。
The docos say "screen size 80 by 20" but I would like to go to 132 columns wide.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 termcap 或 terminfo 条目支持,则可以。您“简单地”在表单的屏幕行上指定尺寸。
原则上,I4GL应该自动检测屏幕尺寸,并愉快地工作。但是,您可能需要做的事情比实际应该做的更多 - 例如,将 COLUMNS 和 ROWS 设置为环境变量。并且不要依赖 I4GL 可靠地检测窗口大小的变化 (SIGWINCH)。
You can if the termcap or terminfo entry supports it. You 'simply' specify the size on the SCREEN line in the form.
In principle, I4GL should detect the screen size automatically, and work happily. However, there's a chance that you might need to do more than you really should - setting COLUMNS and ROWS as environment variables, for example. And don't rely on I4GL detecting changes in window size reliably (SIGWINCH).