Various minor style and spacing nits.

This commit is contained in:
nicm
2014-09-01 21:50:18 +00:00
parent e075198049
commit 4e956d545a
14 changed files with 21 additions and 21 deletions

View File

@ -327,7 +327,7 @@ screen_check_selection(struct screen *s, u_int px, u_int py)
return (0);
if (py == sel->sy && px < sel->sx)
return 0;
return (0);
if (py == sel->ey && px > sel->ex)
return (0);