stk
stk copied to clipboard
C textbox with xlib
I know you haven't worked on this for a long time but I wanted to give you what I came up with based on the path this repository drove me to get obsessed over.
I wanted an independent textbox for an application I've been working on for some years. Some of it is integrated enough that it might be a chore to separate but YMMV.
Here is an xlib textbox in C that has a context menu with cut, copy, paste, undo and redo. There is a css themeing function that writes a configuration file to ~/.config/textbox/textbox.css, reads it on startup for any changes and creates the folder and file if they don't exist.