Skip to content

blackrookgames/boacon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boacon

init

def init()

final

def final()

state

def state()

State of the boacon system

panes

def panes()

Panes that are being displayed

:raise BCError: boacon system is not currently running

on_init

def on_init()

Emitted after the boacon system is initialized

on_final

def on_final()

Emitted before the boacon system is finalized

postdraw

def postdraw()

Emitted after drawing the panes and right before the screen is refreshed

:raise BCError: boacon system is not currently running

refresh

def refresh()

Refreshes the screen

:raise BCError: boacon system is not currently running

getch

def getch()

Gets a character code from the keyboard

:return: Character code (or -1 if no character is pressed) :raise BCError: boacon system is not currently running

get_border

def get_border()

Gets whether or not pane borders are enabled

:raise BCError: boacon system is not currently running

set_border

def set_border(value: bool)

Sets whether or not pane borders are enabled

:raise BCError: boacon system is not currently running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages