module terminal.custom_drawable_ren

renpy init -100 python:

Classes

class RenPyTerminalDisplayable(renpy.Displayable):

Methods

def __init__(
    self,
    name,
    command_handler,
    width,
    height,
    font_size,
    fill_screen
) -> None
def get_current_terminal(self) -> None
def render(self, width, height, st, at) -> None
def event(self, ev, x, y, st) -> None
def visit(self) -> None