Improve /WINDOW DESCRIBE output

Instead of showing a meaningless pointer value for Screen:, we show the
screen number and ttyname.

Also take the CO, LI values from the window's screen.

Don't show the Prompt: unless one is set.
This commit is contained in:
Kevin Easton
2016-03-16 23:50:38 +11:00
parent 9427b3db84
commit f21b89e428
3 changed files with 34 additions and 41 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Improve /WINDOW DESCRIBE output a little. (caf)
* If we can't create a socket for the first address returned by getaddrinfo(),
try the other returned addresses. (caf)