Chase Colman
Chase Colman
@GustavoJCL The code missing the DEC MODE character, adding that fixed it! https://github.com/chase/awrit/commit/09b5bec8ac0743f7f7bffa21bb6e15ea55e6d510
> Sorry, I didn't have much time that month. Now I can contribute more actively to rewriting it in Electron. What elements or modules need to be implemented? No problem...
@CyanChanges I added basic IME support in the `electron` based version. Can you give it a try?
Hm, strange that Ctrl+C stopped working. If you want to play around with it, the intercept code is here: https://github.com/chase/awrit/blob/main/awrit/input_event_handler.cc#L23-L30 Realistically, awrit should have a signal handler to handle any...
I just made a fresh build and I can't reproduce this issue in Kitty. It correctly resets the terminal attributes. I believe this might be a wezterm-specific issue. While wezterm...
Thanks for bringing this up. At some point I intended on adding scripting by using Deno, but it greatly increased the size and the amount of work involved was a...
This is a hobby project but it is open source, so anyone with the time and ability can contribute. The keybindings are the default keybindings in Chromium. This wasn't intended...
@ligitsu Now that everything is in TypeScript, everything is basically a config file. I'd like to do some more reorganizing when I have time, but what would be the ideal...
> Hey [@TogiFerretFerret](https://github.com/TogiFerretFerret) , which version are you using? Also, what did you do to make it work? He's referring to v1.0.0 on the `main` branch. Using `awrit` through tmux...
On that note, this can probably be closed: https://github.com/chase/awrit/blob/electron/src/index.ts#L79-L89