stefan11111 / leafpad

GTK+ based simple text editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leafpad, modified to use posix Make instead of bloated autotools and which build with -Wall -Wextra -Werror. Due to how glib works, I can't also add -pedantic, because of function pointers being cast to void* by glib functions.

About

GTK+ based simple text editor

License:GNU General Public License v2.0


Languages

Language:C 99.0%Language:Makefile 1.0%