Clark Wang
Clark Wang
Merged to *master*: https://github.com/clarkwang/sexpect/releases/tag/v2.3.12
I'm using v1.4.0.9 on Windows 10 and and have the following shortcuts. * NextTab -> Ctrl+Right * PrevTab -> Ctrl+Left This works fine when SuperPuTTY is newly started but it...
It's also very challenging for sexpect. It's not easy to recognize these [control sequences](https://invisible-island.net/xterm/ctlseqs/ctlseqs.html).
The issue can also be reproduced when 2 nvim instances are opening the same file: 1. Create a simple `/tmp/foo.lua` 1. On tty#1, `nvim /tmp/foo.lua` 2. On tty#2, `nvim /tmp/foo.lua`...
> If anybody is interested, I merged this and released with some updates in https://github.com/bretello/pdbpp/releases/tag/0.11.0 > > This also includes `fancycompleter` from https://github.com/bretello/fancycompleter (forked from pdbpp/fancycompleter) `pyrepl` from https://github.com/bretello/pyrepl, both...
My `pip list` output: ~~~ Package Version [10/902] --------------------- -------------------- black 23.3.0 certifi 2022.12.7 cffi 1.15.1 charset-normalizer 3.1.0 click 8.1.3 docstring-to-markdown 0.12 dulwich 0.21.6 fancycompleter 0.10.3 gnureadline 8.1.2 hg-git 1.0.2...
xref: https://stackoverflow.com/questions/65436528/
I compiled 6.7 yesterday on OS X Yosemite. When I connected to a server it failed with error messages like "key_verify: incorrect signature". The brl 5.2 version works fine for...
Better use full pathname (`/usr/bin/stat`) in case another `stat` is installed (e.g. by `Homebrew`)?
For such sites, I call `unmapAllExcept()` first and then explicitly enable more mappings I need.