maxlandon

Results 16 issues of maxlandon

Hello ! I'm posting a little message to "advertise" a project I've been working for a long time now, which is a merging of your own work and the concepts...

### SUMMARY Currently this library might suffer from sometimes slightly inconsistent behaviors between the buffer being executed and the one being completed. These inconsistencies are almost invariably due to **backslash...

enhancement
help wanted
completions
readline

Resize events on Windows are sent through stdin. The key-reader code in `readline` currently detects and notifies the display about them, correctly. ### Problem There is a bug that is...

bug
help wanted
terminal
display
windows

There is a weird bug with Github actions running tests for `inputrc` package on Windows: The `testdata` files are read correctly, but split accordingly to their delimiters. The tests therefore...

bug
help wanted
test

### Other widgets to implement #### Commands - "^[[200~": "bracketed-paste-begin", - "csi-skip-sequence" (equivalent to ZSH "self-insert-unmeta"), #### Options - enable-bracketed-paste,

enhancement

The current original version \(located here https://github.com/lmorg/murex/tree/master/utils/readline) includes support for virtual terminals in the browser. Changes are not huge, but require some work and a bit of forethinking here.

enhancement
help wanted