Skip to content

Commit

Permalink
seqs: Be clearer about the ambiguity of SIXEL_ADVANCE_DOWN
Browse files Browse the repository at this point in the history
  • Loading branch information
hpjansson committed Jun 18, 2023
1 parent 4c508ef commit 03cb8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chafa/chafa-term-info.c
Expand Up @@ -179,7 +179,7 @@
* @CHAFA_TERM_SEQ_RESET_SCROLLING_ROWS: Reset scrolling area extent to that of the entire screen.
* @CHAFA_TERM_SEQ_SAVE_CURSOR_POS: Save the cursor's position.
* @CHAFA_TERM_SEQ_RESTORE_CURSOR_POS: Move cursor to the last saved position.
* @CHAFA_TERM_SEQ_SET_SIXEL_ADVANCE_DOWN: After showing a sixel image, leave cursor below the first column.
* @CHAFA_TERM_SEQ_SET_SIXEL_ADVANCE_DOWN: After showing a sixel image, leave cursor somewhere on the row below the image.
* @CHAFA_TERM_SEQ_SET_SIXEL_ADVANCE_RIGHT: After showing a sixel image, leave cursor to the right of the last row.
* @CHAFA_TERM_SEQ_ENABLE_ALT_SCREEN: Switch to the alternate screen buffer.
* @CHAFA_TERM_SEQ_DISABLE_ALT_SCREEN: Switch back to the regular screen buffer.
Expand Down

0 comments on commit 03cb8ea

Please sign in to comment.