mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-18 06:08:04 +00:00
Minor sytle adjustment.
This commit is contained in:
parent
df239024ed
commit
c731544dbf
@ -10,14 +10,13 @@
|
||||
.exportzp vt100_screen_cols = 80
|
||||
.exportzp vt100_screen_rows = 24
|
||||
|
||||
.define Cols vt100_screen_cols
|
||||
.define Rows vt100_screen_rows
|
||||
|
||||
.import beep
|
||||
.import telnet_close
|
||||
.import telnet_send_char
|
||||
.import telnet_send_string
|
||||
|
||||
Cols = vt100_screen_cols
|
||||
Rows = vt100_screen_rows
|
||||
putRS = telnet_send_char
|
||||
SendStr = telnet_send_string
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user