stk icon indicating copy to clipboard operation
stk copied to clipboard

C textbox with xlib

Open liquibyte opened this issue 2 months ago • 0 comments

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.

textbox_demo.tar.gz

liquibyte avatar Oct 28 '25 22:10 liquibyte