You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, nice plugin! I have idea to some enhancement.
I bound /esay to key, and when i input something and press that key, editor is empty. So i want to add existing input to editor.
after creating temp_file. But i don't sure where to get that input_line_text. Seems that struct hbb_line in mcabber/hbuf.h is what we need, but IDK where to get that struct.
The text was updated successfully, but these errors were encountered:
Hi, nice plugin! I have idea to some enhancement.
I bound
/esay
to key, and when i input something and press that key, editor is empty. So i want to add existing input to editor.Seems that all we have to do is to add
after creating temp_file. But i don't sure where to get that
input_line_text
. Seems that structhbb_line
inmcabber/hbuf.h
is what we need, but IDK where to get that struct.The text was updated successfully, but these errors were encountered: