Goonstation Forums
[Change] Remove DWAINE input limit - Printable Version

+- Goonstation Forums (https://forum.ss13.co)
+-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6)
+--- Forum: Patches (https://forum.ss13.co/forumdisplay.php?fid=30)
+--- Thread: [Change] Remove DWAINE input limit (/showthread.php?tid=11979)



[Change] Remove DWAINE input limit - polivilas - 04-13-2019

Allows us to enter massive scripts without splitting them. Neat.

https://github.com/goonstation/goonstation-2016/compare/goonstation:master...polivilas:master


RE: [Change] Remove DWAINE input limit - ZeWaka - 04-13-2019

Just scan them in, I'm not fond of removing this limit.


RE: [Change] Remove DWAINE input limit - polivilas - 04-13-2019

Why? Its just a pointless waste of time to scan them in, hell, you can do it with the 120char limit if you split it.


RE: [Change] Remove DWAINE input limit - Xaltonon - 04-16-2019

A line editor would be cool.

Code:
$ ed

?
help
?
?
?
quit
?
exit
?
bye
?
hello?
?
eat flaming death
?
^C
?
^C
?
^D
?


Note the consistent user interface and error reportage. Ed is generous enough to flag errors, yet prudent enough not to overwhelm the novice with verbosity.