branch: elpa/forth-mode
commit b69527cdd22d4d8667f302a0b350d1f41064444c
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>

    SwiftForth shouldn't concern itself with terminal settings.
---
 backend/swiftforth.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/backend/swiftforth.el b/backend/swiftforth.el
index 84b749cb98..4e4338fc87 100644
--- a/backend/swiftforth.el
+++ b/backend/swiftforth.el
@@ -1 +1,4 @@
+(forth-interaction-send ":noname 100 100 ; 'get-size !")
+(forth-interaction-send ":noname 0 0 ; 'get-xy !")
+
 (provide 'swiftforth)

Reply via email to