Example #1
0
def DoUpReverse(fsm):
    screen = fsm.something[0]
    screen.cursor_up_reverse()
Example #2
0
def DoUpReverse(fsm):

    screen = fsm.memory[0]
    screen.cursor_up_reverse()
Example #3
0
def DoUpReverse (fsm):

    screen = fsm.memory[0]
    screen.cursor_up_reverse()
Example #4
0
File: ANSI.py Project: BruceYi/okl4
def DoUpReverse (fsm):
        screen = fsm.something[0]
        screen.cursor_up_reverse()