Roland Walker

Results 37 issues of Roland Walker

Choice of Right, Middle, or Left elision to make label text fit on tab GUI element. Setting only visible in Preferences / Advanced. Exposing a bare `int` for the setting...

It might be nice for coprocesses to be able to detect that they are being run in that environment. This patch sets an environment variable `$ITERM2_COPROCESS`. The value might as...

Rationale: Typing at the command-line generally proceeds from left to right, and the typist may open many brackets as he goes. Newly-opened brackets usually not errors, but unfinished thoughts. The...

After #777 another proposal is `ZSH_HIGHLIGHT_STYLES[cursor-containing-brackets]`, a dynamic style like `cursor-matchingbracket`, which changes with the context of the cursor. I left it unstyled by default in the PR. If enabled...

I've looked at #532, #533, #455, and am not entirely sure of your current thinking on this. This PR addresses only backslash escaping. Current highlighting: ![last image](https://user-images.githubusercontent.com/727482/98450617-0446b900-210c-11eb-9d55-d2726d6d2173.png) with patch: ~Let...

Bug
Improvement
component:highlighter:brackets

## Description xref #915 The `utf8` character set in current MySQL versions is not actually standards-compliant. The standards-compliant UTF-8 character set is spelled `utf8mb4`, and that should be mycli's default....

## Description Since the `pygments` library is already required, why not use its list of reserved words for completions? This fixes #767 and should keep us up-to-date. It's really great...

autocomplete

Summary ```bash keystrokes ':none' keystrokes -append -keysym 'Enter' keystrokes -append ':quit' keystrokes -append -keysym 'Enter' # or keystrokes ':none\r:quit\r' test_tig assert… ``` Further documented in ~test/README.adoc~ `test/API.adoc`. ~This is in...

The "external script" option discussed in #301 turned out to be easy to sketch out, at least in this crude form. Reasoning * [entr](http://entrproject.org/) abstracts away the platform APIs for...

RFC. Summary * each register is named by a single ASCII letter * `:set-register r %(commit)` * `:echo %(register:r)` * `!=(r)echo capture first line of arbitrary shell command` Example: arbitrary...