Yiannis Marangos
Yiannis Marangos
I didn't experiment a lot with it, but as I understood you can not have nested groups, because a group is scheduled by `block_on`.
Any news on this?
also some programs can change there colors, for example cmatrixreloaded this is an example how they do it https://github.com/oblique/configs/blob/master/.zshrc#L160 actually see my ncmpcpp() and wicd-curses() functions
the script works in python3. for python2 change the line to: os.write(fd, "\033]4;%d;?\033\" % int(x))
It does work in gnome-terminal but it doesn't in konsole. I will try to find any other way.
I found that with tmux you can forward console codes to the terminal and I modified my script https://github.com/oblique/configs/blob/master/.zsh.d/get_term_rgb_color.py I didn't manage to do it with screen. If you have...
Sorry, I forgot to push my changes in ncmpcpp() and wicd-curses() functions, now it's updated.
I don't know about Terminal.app or ITerm2, if they support color changing it will work..
Not needed anymore. The usecase was to convert `Any` to the message type. With `Name` and `Any::to_msg` this can be done now.
Correct me if I'm wrong, but since `data` is already a pointer the `&` gives a double pointer, so there is no UB since all pointers have the same alignment.