diff options
| author | Dennis Lee <dennis@dennislee.xyz> | 2020-06-30 18:01:26 -0700 | 
|---|---|---|
| committer | Dennis Lee <dennis@dennislee.xyz> | 2020-06-30 18:33:15 -0700 | 
| commit | cf0807b3e97b4abe6c57ee512cd001a53ed05c81 (patch) | |
| tree | be065d58b583c869198111368a3132eaa5d1204a /st.c | |
| parent | 222eac739d43c7a380b9a37db91bf61ed8dbc65a (diff) | |
use st-scrollback-mouse-altscreen-20190131-e23acb9
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -1063,6 +1063,11 @@ tnew(int col, int row)  	treset();  } +int tisaltscr(void) +{ +	return IS_SET(MODE_ALTSCREEN); +} +  void  tswapscreen(void)  { | 
