Change $geom() to return current screen's geometry, not the original terminal's

This only affects additional screens created with /window create, which is an unusual
configuration.
This commit is contained in:
Kevin Easton
2017-09-15 17:39:52 +10:00
parent 70ac43ce77
commit 5bd8a40cf8
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
[Changes 1.2.2]
* Change $geom() to return current screen's geometry, not the original
terminal's. (caf)
* Fix $statsparse() scripting function to handle right-justified status
formats correctly and improve efficiency of all status formatting. (caf)