summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-07-08 11:13:33 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-07-08 11:13:33 -0400
commit3f51ba298c70c346ed1f8257c5e180a074d6ff9b (patch)
treebe065d58b583c869198111368a3132eaa5d1204a /st.c
parent222eac739d43c7a380b9a37db91bf61ed8dbc65a (diff)
parentcf0807b3e97b4abe6c57ee512cd001a53ed05c81 (diff)
Merge branch 'dennisleexyz-mouse'
Diffstat (limited to 'st.c')
-rw-r--r--st.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/st.c b/st.c
index 0e5e3f5..10e4b4d 100644
--- a/st.c
+++ b/st.c
@@ -1063,6 +1063,11 @@ tnew(int col, int row)
treset();
}
+int tisaltscr(void)
+{
+ return IS_SET(MODE_ALTSCREEN);
+}
+
void
tswapscreen(void)
{