oOosys

Results 3 issues of oOosys

To ensure right encoding I have added `buffer:set_encoding('UTF-8')` to my `onBufferChange()` handler triggered by ``` events.connect(events.LEXER_LOADED, onBufferChange) events.connect(events.BUFFER_AFTER_SWITCH, onBufferChange) ``` The side-effect was that the buffer was marked as if...

### What Operating System(s) are you seeing this problem on? Linux X11 ### Which Wayland compositor or X11 Window manager(s) are you using? xfwm4 ### WezTerm version wezterm 20240203-110809-5046fc22 ###...

bug
waiting-on-op

Here the shell script edited in Textadept: ``` output() { echo stdout; echo stderr >&2; } echo ' --1-- ' output 3>&2 1>&2 2>&3 echo ' --2-- ' ``` The...