JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
st.git
2010-03-15 Aurélien Apteldouble-buffering added using pixmap (finally).
2010-03-11 Aurélien Aptelbold attribute is back.
2010-02-21 Aurélien Apteladded VT100 NEL.
2010-02-21 Aurélien Apteladded VT100 RI.
2010-02-21 Aurélien Apteladded VT100 save&load cursor support.
2010-02-21 Aurélien AptelECH handled correctly.
2010-02-08 Aurélien Aptelmore escapes & more compability:
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 Apteladded/removed files, updated Makefile.
2009-06-16 Aurélien Aptelmade kpress() more flexible, removed st.h, added config.h.
2009-06-11 Aurélien Aptelupdated TODO.
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 Aptelupdated TODO.
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 Aptelremoved the 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-09-05 Matthias-Christian Ottadd accidentally omitted word
2008-08-25 Matthias-Christian Ottuse stdio(3)
2008-08-25 Matthias-Christian Ottadd description of std
2008-08-07 Matthias-Christian Ottadd prototype for command parsing
2008-07-21 Matthias-Christian Ottcorrect year of copyright notice
2008-07-21 Matthias-Christian Ottsimplify Makefile
2008-07-21 Matthias-Christian Ottreunite pty.c with std.c
2008-07-21 Matthias-Christian Ottcorrect programme name
2008-07-21 Matthias-Christian Ottuse errx() for help and version messages
2008-07-10 Matthias-Christian Ottmerge with backout head
2008-07-10 Matthias-Christian OttBacked out changeset d2bb4220fdf3
2008-07-09 Matthias-Christian Ottremove TODO
2008-07-09 Matthias-Christian Ottmake ptm and pts static
2008-07-05 Matthias-Christian Ottremove useless variable
2008-07-04 Matthias-Christian Ottremove emallocz()
2008-07-04 Matthias-Christian Ottreplace eprint() functions with BSD error functions
2008-06-15 Matthias-Christian Ottsimplify flushing
2008-06-15 Matthias-Christian Ottcorrect buffering
2008-06-14 Matthias-Christian Ottmake local functions and variables static
2008-06-14 Matthias-Christian Ottadd select(2)-based i/o multiplexing
2008-06-14 Matthias-Christian Ottdrop stdio usage
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 Ottassume glibc by default
2008-06-10 Matthias-Christian Ottsource utility functions out to util.c
2008-06-10 Matthias-Christian Ottadd copyright comment
2008-06-10 Matthias-Christian Ottsource getpty() out to pty.c
2008-06-09 Matthias-Christian Ottupdate TODO
2008-06-09 Matthias-Christian Ottcorrect function name
2008-06-08 Matthias-Christian Ottremove xinerama flags
2008-06-08 Matthias-Christian Ottadd missing header file
2008-06-08 Matthias-Christian Ottadd parser loop
2008-06-08 Matthias-Christian Ottremove useless variable
2008-06-08 Matthias-Christian Ottreplace state with separate variables
2008-06-04 Matthias-Christian Ottterminate error message with newline
2008-06-02 Matthias-Christian Ottcorrect LENGTH()
2008-06-02 Matthias-Christian Ottsimplify control flow
2008-06-02 Matthias-Christian Ottremove debug code
2008-06-02 Matthias-Christian Ottremove stdio slave pty opening
2008-06-02 Matthias-Christian Ottdrop support for proprietary UNIX variants
2008-06-01 Anselm R Garbeslight changes
2008-06-01 Anselm R Garbeapplied Matthias-Christians changes to std.c
2008-05-20 Anselm R Garbeadded some new files for the initial rewrite of st...
2008-05-11 arg@localhost... added new TODO