Per Bothner
Per Bothner
Another use case is [Notcurses](https://github.com/dankamongmen/notcurses#user-content-fonts). Some terminal emulators special-case (hand-draw) some of the block/box characters, but it would be simpler and cleaner to have them in the font, assuming that...
I removed this sub-issue. The fix has made it to Fedora 37, at least. * `setDragImage` doesn't handle the x-offset and y-offset arguments correctly. This has been [fixed upstream](https://bugs.webkit.org/show_bug.cgi?id=237292) but...
I removed this sub-issue. Fixed (for Wry front-end) by having the front-end detect window-close, and communicate with the server. * Neither `beforeunload` or `pagehide` event is fired on window close,...
This sub-issue is also fixed now: * The `toggle-minimize` command doesn't work due to [this issue](https://github.com/tauri-apps/tao/issues/210).
I think this is working well enough now to close the issue. There are still things to fix - most critically we don't have proper menubar support on macOS.
I spent some time reworking on Sixel images are handled. For example, ncplayer now works pretty well - even with `.mov` videoes. Jexer also seems to be quite a bit...
The following is now implemented: Line-oriented motion (such as "line-down" or "move-to-end-of-line" in edit or view modes) should probably work with visible (screen lines), not logical lines. This is non-trivial...
I think this currently works as well as can we reasonably expect without using more front-end specific "native" code (Rust for Wry, C++ for Qt, JavaScript for Electron): * [MOSTLY...
Using xterm.s is now working on an experimental basis, though [some work](https://github.com/PerBothner/DomTerm/issues/118) is needed. Hence removed the following from the roadmap. * An option to use [xterm.js](https://xtermjs.org/) for the terminal...
Thanks. Seems to work fine.