Flo Rommel

Results 15 comments of Flo Rommel

Ncurses has the ACS commands to get these "extended" characters for every encoding (doing some detection magic). [[0]](https://github.com/jeaye/ncurses-rs/blob/51b6ab1877340cbc14ac12c385a1b817b40860df/src/ncurses.rs#L1816) [[1]](http://melvilletheatre.com/articles/ncurses-extended-characters/index.html) Getting these characters is probably more difficult for other backends, I...

Doing the magic independently from the backend would be nice but the ncurses magic seems to be quite complex [[0]](https://github.com/mirror/ncurses/blob/master/ncurses/tinfo/lib_acs.c) [[1]](https://github.com/mirror/ncurses/blob/master/ncurses/widechar/lib_wacs.c) and dependent on low-level stuff.

Built-in `desktop` provides functions to save and restore sessions. It has a `desktop-locals-to-save` list. Do something like this to restore the overlays when loading a session: ```emacs-lisp (defun desktop-after-read-restore-symbol-overlay ()...

I changed the wildcard from "*" to t, as it feels more idiomatic. The last commit (c11336a) sets the default value of vterm-tramp-shells to `'((t login-shell))`. This should try to...

Sorry for the delay @shauryarane05, I have been quite busy this week. It looks like this issue was resolved by c0beb7f. > I found that LIBVFSCORE requires LIBSYSCALL_SHIM functionality but...

Thanks for the contribution! I agree with you. It's a good idea to document this. Maybe we can make a Wiki article. Just to clarify, you used this package: https://github.com/fritzgrabo/tab-bar-groups...

Ah I see, with the package, it seems that you use the integrated tabs in Emacs 28+ and you have just some additional functionality with the package. (If I see...

In the long term, Bufferlo should probably be able to remember tab groups in bookmarks.

Ah, I wasn't aware that the tab-group is already stored in the bufferlo bookmark. 👍