void console_scrollback_prompt_end(struct SpaceConsole *sc, ConsoleLine *cl_dummy)
void CONSOLE_OT_insert(struct wmOperatorType *ot)
void CONSOLE_OT_unindent(struct wmOperatorType *ot)
void CONSOLE_OT_copy(struct wmOperatorType *ot)
void console_textview_update_rect(SpaceConsole *sc, ARegion *region)
void CONSOLE_OT_scrollback_append(struct wmOperatorType *ot)
void CONSOLE_OT_paste(struct wmOperatorType *ot)
void CONSOLE_OT_select_word(struct wmOperatorType *ot)
void console_history_free(SpaceConsole *sc, ConsoleLine *cl)
void console_scrollback_free(SpaceConsole *sc, ConsoleLine *cl)
ConsoleLine * console_history_verify(const struct bContext *C)
void CONSOLE_OT_history_cycle(struct wmOperatorType *ot)
int console_char_pick(struct SpaceConsole *sc, const struct ARegion *region, const int mval[2])
void console_scrollback_prompt_begin(struct SpaceConsole *sc, ConsoleLine *cl_dummy)
void CONSOLE_OT_history_append(struct wmOperatorType *ot)
void CONSOLE_OT_indent_or_autocomplete(struct wmOperatorType *ot)
void CONSOLE_OT_move(struct wmOperatorType *ot)
void console_textview_main(struct SpaceConsole *sc, const struct ARegion *region)
void CONSOLE_OT_delete(struct wmOperatorType *ot)
void CONSOLE_OT_clear_line(struct wmOperatorType *ot)
ConsoleLine * console_scrollback_add_str(struct SpaceConsole *sc, char *str, bool own)
int console_textview_height(struct SpaceConsole *sc, const struct ARegion *region)
void CONSOLE_OT_indent(struct wmOperatorType *ot)
void CONSOLE_OT_clear(struct wmOperatorType *ot)
ConsoleLine * console_history_add_str(struct SpaceConsole *sc, char *str, bool own)
void CONSOLE_OT_select_set(struct wmOperatorType *ot)