- Dec 04, 2023
-
-
-
Adam Saponara authored
-
- Oct 12, 2023
-
-
Adam Saponara authored
-
- Aug 27, 2023
-
-
Adam Saponara authored
make seems to run fine in parallel now by the way, but i'm not removing the `NOTPARALLEL` targets just out of paranoia that it will break a build somewhere.
-
Adam Saponara authored
when paging a full screen or greater, zero the viewport. when paging less than a full screen, rectify the viewport.
-
Adam Saponara authored
-
Adam Saponara authored
-
Adam Saponara authored
-
Adam Saponara authored
-
Adam Saponara authored
-
- Aug 20, 2023
-
-
Adam Saponara authored
doubt autotools is generating much beyond the generic forms of pcre2.h and config.h on most modern systems. compiling it ourselves is neater and requires less build deps.
-
Adam Saponara authored
-
- Aug 14, 2023
-
-
Adam Saponara authored
`dh_auto_clean` gets confused by `make -C pcre2 clean` failing (via output, not exit code) when you run `make clean` without submodules checked out.
-
- Aug 02, 2023
-
-
Adam Saponara authored
-
Adam Saponara authored
-
Adam Saponara authored
previously the condition was vwidth gt bview width. this broke in the very specific scenario when a line was exactly as wide as the bview with soft-wrap disabled. if you invoked `cmd_move_eol` on this line, we would detect that the cursor is off screen and skip `tb_set_cursor`, however viewport_x also would not apply, so the cursor would be invisible. making viewport_x apply in the gte case fixes this.
-
Adam Saponara authored
-
Adam Saponara authored
-
- Jul 11, 2023
-
-
Adam Saponara authored
-
- Jul 03, 2023
-
-
Adam Saponara authored
-
Adam Saponara authored
-
Adam Saponara authored
-
- Jun 23, 2023
-
-
Mo Zhou authored
-
- Jun 12, 2023
-
-
Adam Saponara authored
-
Adam Saponara authored
previously if a line's char_count equaled the buffer width exactly, and the cursor was moved to the end of this line, we would mistakenly return an out-of-bounds error, and not change the cursor position.
-
- Jun 04, 2023
-
-
Adam Saponara authored
-
- May 29, 2023
-
-
Adam Saponara authored
-
Adam Saponara authored
-
Adam Saponara authored
i haven't come up with a good way to handle make dependencies with the pcre2 autotools dep. for now disable parallelism because -j >=2 breaks the build.
-
- May 26, 2023
-
-
Adam Saponara authored
-
- May 25, 2023
-
-
Adam Saponara authored
-
Adam Saponara authored
-
Adam Saponara authored
-
Adam Saponara authored
-
- May 21, 2023
-
-
Adam Saponara authored
-
Adam Saponara authored
-
Adam Saponara authored
-
- May 12, 2023
-
-
Adam Saponara authored
-
- May 04, 2023
-
-
Adam Saponara authored
-
Adam Saponara authored
-