From: Roberto E. Vargas Caballero Date: Sun, 16 Sep 2012 08:49:12 +0000 (+0200) Subject: Fix selection bug X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/d81250e5f96e96dd430a3fc61b5b47ffc04f98d8?hp=d81250e5f96e96dd430a3fc61b5b47ffc04f98d8 Fix selection bug After the commit named "Remove timeout in the main loop", selection is not working in the proper way. After selecting something, press mouse button in a line outside of selection causes an incorrect highlight. This patch fix the problem forcing a draw after the press event, but this is only a fast hack. Real solution means rewriting selection code. --- st.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---