dst/source/patch/scrollback.d

19 lines
591 B
D
Raw Permalink Normal View History

2025-06-26 18:47:07 +00:00
module patch.scrollback;
import st;
import x;
import config;
import patches;
static if (isPatchEnabled!"SCROLLBACK_PATCH" ||
isPatchEnabled!"SCROLLBACK_MOUSE_PATCH" ||
isPatchEnabled!"SCROLLBACK_MOUSE_ALTSCREEN_PATCH") {
// The scrollback functionality is already implemented in st.d
// This module serves as a placeholder for consistency with C patches
// The actual kscrollup and kscrolldown functions are defined in st.d
// and exported for use in config.d
// TLINE macro equivalent is implemented as TLINE() function in st.d
}