mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 19:31:46 +00:00
Left in a printf()
This commit is contained in:
parent
01b8e2c3f5
commit
b1f4d16692
1 changed files with 0 additions and 1 deletions
|
|
@ -1694,7 +1694,6 @@ iteration_data_is_empty(const Screen *self, const IterationData *idata) {
|
|||
static inline void
|
||||
apply_selection(Screen *self, uint8_t *data, const Selection *s, IterationData *last_rendered, uint8_t set_mask) {
|
||||
iteration_data(self, s, last_rendered, 0, true);
|
||||
printf("111111111 y: %u y_limit: %u lines: %u\n", last_rendered->y, last_rendered->y_limit, self->lines);
|
||||
|
||||
for (int y = last_rendered->y; y < last_rendered->y_limit; y++) {
|
||||
if (y > (int)self->lines - 1) break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue