diff options
| author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-17 13:48:29 +0100 | 
|---|---|---|
| committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-17 13:48:29 +0100 | 
| commit | 6ac8c8aa50d521f82d491ab54eb972660fdf3207 (patch) | |
| tree | 7d390ca49a66b810309585bcecc388af2175ba36 | |
| parent | 5345db3c9be1a22ca19202035b881b951c2f0f9e (diff) | |
| download | st-transparency-6ac8c8aa50d521f82d491ab54eb972660fdf3207.tar.gz st-transparency-6ac8c8aa50d521f82d491ab54eb972660fdf3207.tar.xz st-transparency-6ac8c8aa50d521f82d491ab54eb972660fdf3207.zip  | |
selextend: clarify: !sel.mode == SEL_IDLE
| -rw-r--r-- | st.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -461,7 +461,7 @@ selextend(int col, int row, int type, int done)  {  	int oldey, oldex, oldsby, oldsey, oldtype; -	if (!sel.mode) +	if (sel.mode == SEL_IDLE)  		return;  	if (done && sel.mode == SEL_EMPTY) {  		selclear();  | 
