Thomas Koutcher

Results 56 comments of Thomas Koutcher

Personally, I don't observe any problem with the blob view. How do you open it ?

Have you redefined the generic mapping for arrow keys ?

Tig relies on ncurses which in turn relies on terminfo. I'd check the consistency of the TERM variable with the kind of terminal.

Tig doesn't expect anything, all is performed within ncurses, based on the terminfo database. If Tig was compiled with readline support, it explains why you observe a different behaviour with...

No, backspace works well on xterm provided that kbs entry in terminfo database matches xterm configuration. The default kbs for xterm in terminfo database from ncurses source code is indeed...

PCRE (see pcrepattern(3)) if Tig was compiled with PCRE support, POSIX.2 otherwise (see re_format(7)). PCRE support is possible from version 2.5.5 and can be checked with `tig -v`.

When using `configure`, PCRE2 is tried first, then PCRE1. When Tig is compiled with PCRE support, `tig -v` shows the PCRE version, so no luck in your case, you're left...

You do realize that your reaction to Johannes' invitation to contribute might not be the best way to maximize the chances to get it done ? It is especially unwelcome...

Did you play with `:toggle commit-order` ?

An alternative to this PR could be (with tig 2.5.0): * Add `bind generic @sh -c "git notes --ref=bplist add -m 'Pick Me! Pick Me!' %(commit) || git notes --ref=bplist...