Searched refs:cursor_column (Results 1 – 1 of 1) sorted by relevance
244 uint8_t cursor_column; member307 ctx->cursor_column = 0; in flush_decoder()327 uint8_t col = ctx->cursor_column; in write_char()341 if (ch) ctx->cursor_column++; in write_char()650 ctx->cursor_column = 0; in handle_pac()689 ctx->cursor_column = 0; in handle_eoc()716 if (ctx->cursor_column > 0) in handle_char()717 ctx->cursor_column -= 1; in handle_char()721 if (ctx->cursor_column > 0) in handle_char()722 ctx->cursor_column -= 1; in handle_char()[all …]