osc133 - changing default configuration options to Ctrl + PgUp/PgDown

This commit is contained in:
Bakkeby 2024-10-01 21:39:50 +02:00
parent 398aeb1cd6
commit c9390f2ca7
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,6 @@
void scrolltoprompt(const Arg *arg) {
void
scrolltoprompt(const Arg *arg)
{
int x, y;
#if REFLOW_PATCH
int top = term.scr - term.histf;