The current shell function will not handle arguments correctly because
of the unquoted $*. Additionally 'which' and 'echo' with arguments
behave differently in different operating systems.
---
FAQ | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/FAQ b/FAQ
index 6181ad8..943f
On 2014-05-09 14:19 +0100, Nicholas Marriott wrote:
> Well, in practice we need to have both copy mode and mouse support for
> it, and if that is the case we might as well have mouse support work
> well. IIRC xtmux already has code to do this, I looked at it before
> but never got round to applying
When you start a selection and then move a line up, then the starting
cell isn't indicated to be in the selection. It should be and this patch
fixes that.
---
screen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/screen.c b/screen.c
index 7bfc015..3b741b2 100644
--- a/screen