Ability to disable termbox #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Servers in most cases should not need termbox, and should only need it for convenience sake (e.g. if a keypress to the server should start the game from a lobby, instead of a signal from the host client) or for displaying real-time statistics. Right now, termbox is initialized automatically. Probably should just be a switch returned by the oct_init() function.
bb53693ace
Fixed by returning extra value in oct_init() function