Ability to disable termbox #3

Closed
opened 2023-05-22 10:03:35 -04:00 by j4nk · 1 comment
Owner

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.

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.
Author
Owner

bb53693ace

Fixed by returning extra value in oct_init() function

https://git.thejerks.club/j4nk/open-card-table/commit/bb53693ace885f52b798acac9d9dd05d66723c22 Fixed by returning extra value in oct_init() function
j4nk closed this issue 2023-05-26 19:44:32 -04:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: j4nk/open-card-table#3
No description provided.