JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
graphic charset and a few more escapes.
[st.git] / st.c
2010-02-03 Aurélien Aptelgraphic charset and a few more escapes.
2010-02-03 Aurélien AptelTERM set to xterm by default (which broke a lot of...
2009-10-28 Aurélien Apteldrawing is faster but the bold attr is not supported...
2009-09-07 Aurélien AptelFixed possible segfault by reverting to the key struct...
2009-07-10 Anselm R Garbeonly compile tdump if DEBUG flag is set
2009-07-10 Anselm R Garbewe definately need pixmaps for the drawing, currently...
2009-06-21 Aurélien Aptelreverted back to the old Key struct.
2009-06-21 Aurélien Aptelupdated "key" to a lookup table.
2009-06-17 Aurélien Aptelremoved old unused cursor() proto.
2009-06-17 Aurélien Aptelfixed the scrolling bug and cleaned some stuff.
2009-06-16 Aurélien Apteldump escseq if not handled.
2009-06-16 Aurélien Aptelclean up.
2009-06-16 Aurélien Aptelmade kpress() more flexible, removed st.h, added config.h.
2009-06-11 Aurélien Apteladded sigchld handler, cleaned error checking.
2009-05-27 Aurélien Aptelcleaned up (removed space indentation). select/event...
2009-05-26 Aurélien Aptelfixed a memory leak & segfault in tresize.
2009-05-14 Aurélien Apteltab moves the cursor instead of inserting spaces.
2009-05-13 Aurélien Aptelhandle tabulation (still not perfect)
2009-05-13 Aurélien Aptelremoved truecolor stuff
2009-05-13 Aurélien Aptelsame thing, really fixed this time.
2009-05-13 Aurélien Apteladded some error checking in xinit (fixed the segfault...
2009-05-10 Aurélien AptelRemoved unused variable and cleaned some comment.
2009-05-10 Anselm R Garbebackport of local changes
2008-07-04 Matthias-Christian Ottreplace eprint() functions with BSD error functions
2008-06-14 Matthias-Christian Ottmake st and std separate programmes
2008-06-10 Matthias-Christian Ottadd missing header file
2008-06-10 Matthias-Christian Ottsource utility functions out to util.c
2008-06-01 Anselm R Garbeslight changes
2008-05-20 Anselm R Garbeadded some new files for the initial rewrite of st...