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 }