Majic-Jungle / sapiens-mod-creation

Official tools and examples for mod creation in the game Sapiens
MIT License
54 stars 12 forks source link

Expose `terminal.lua` #7

Closed SirLich closed 1 year ago

SirLich commented 2 years ago

File is generally locked down. There are a few things I would like to adjust, without much capability to do so.

I suggest unlocking the following:

  1. Move pretty much all the local variables into the table. Stuff like view is good for customization, as is the history stuff, and definitely luaPrompt.
  2. sendCommand
SirLich commented 2 years ago

We actually started work on our own terminal, with autocomplete, and other stuff. So this is less important to me now.

mjdave commented 2 years ago

Thanks, I'll still expose it I think, might still come in handy.

mjdave commented 1 year ago

fixed b21