summaryrefslogtreecommitdiff
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
* reverted back to the old Key struct.Aurélien Aptel2009-06-211-3/+17
* updated "key" to a lookup table.Aurélien Aptel2009-06-211-17/+3
* removed old unused cursor() proto.Aurélien Aptel2009-06-171-2/+0
* fixed the scrolling bug and cleaned some stuff.Aurélien Aptel2009-06-171-61/+68
* dump escseq if not handled.Aurélien Aptel2009-06-161-4/+8
* clean up.Aurélien Aptel2009-06-161-3/+2
* made kpress() more flexible, removed st.h, added config.h.Aurélien Aptel2009-06-161-29/+181
* added sigchld handler, cleaned error checking.Aurélien Aptel2009-06-111-25/+35
* cleaned up (removed space indentation). select/event bug fixed.Aurélien Aptel2009-05-281-79/+88
* fixed a memory leak & segfault in tresize.Aurélien Aptel2009-05-261-9/+16
* tab moves the cursor instead of inserting spaces.Aurélien Aptel2009-05-151-1/+1
* handle tabulation (still not perfect)Aurélien Aptel2009-05-141-0/+14
* removed truecolor stuffAurélien Aptel2009-05-141-15/+0
* same thing, really fixed this time.Aurélien Aptel2009-05-141-2/+2
* added some error checking in xinit (fixed the segfault caused by a missing font)Aurélien Aptel2009-05-141-7/+15
* Removed unused variable and cleaned some comment.Aurélien Aptel2009-05-101-3/+2
* backport of local changesAnselm R Garbe2009-05-101-11/+915
* replace eprint() functions with BSD error functionsMatthias-Christian Ott2008-07-041-5/+9
* make st and std separate programmesMatthias-Christian Ott2008-06-141-1/+1
* add missing header fileMatthias-Christian Ott2008-06-101-0/+1
* source utility functions out to util.cMatthias-Christian Ott2008-06-101-0/+1
* slight changesAnselm R Garbe2008-06-011-1/+1
* added some new files for the initial rewrite of st from scratchAnselm R Garbe2008-05-201-0/+11