Age | Commit message (Expand) | Author |
---|---|---|
2009-06-17 | fixed the scrolling bug and cleaned some stuff. | |
2009-06-16 | dump escseq if not handled. | |
2009-06-16 | clean up. | |
2009-06-16 | added/removed files, updated Makefile. | |
2009-06-16 | made kpress() more flexible, removed st.h, added config.h. | |
2009-06-11 | updated TODO. | |
2009-06-11 | added sigchld handler, cleaned error checking. | |
2009-05-28 | cleaned up (removed space indentation). select/event bug fixed. | |
2009-05-26 | fixed a memory leak & segfault in tresize. | |
2009-05-15 | updated TODO. | |
2009-05-15 | tab moves the cursor instead of inserting spaces. | |
2009-05-14 | handle tabulation (still not perfect) | |
2009-05-14 | removed truecolor stuff | |
2009-05-14 | removed the truecolor stuff | |
2009-05-14 | same thing, really fixed this time. | |
2009-05-14 | added some error checking in xinit (fixed the segfault caused by a missing font) | |
2009-05-10 | Removed unused variable and cleaned some comment. | |
2009-05-10 | backport of local changes | |
2008-09-05 | add accidentally omitted word | |
2008-08-25 | use stdio(3) | |
2008-08-25 | add description of std | |
2008-08-07 | add prototype for command parsing | |
2008-07-21 | correct year of copyright notice | |
2008-07-21 | simplify Makefile | |
2008-07-21 | reunite pty.c with std.c | |
2008-07-21 | correct programme name | |
2008-07-21 | use errx() for help and version messages | |
2008-07-10 | merge with backout head | |
2008-07-10 | Backed out changeset d2bb4220fdf3 | |
2008-07-09 | remove TODO | |
2008-07-09 | make ptm and pts static | |
2008-07-05 | remove useless variable | |
2008-07-04 | remove emallocz() | |
2008-07-04 | replace eprint() functions with BSD error functions | |
2008-06-15 | simplify flushing | |
2008-06-15 | correct buffering | |
2008-06-14 | make local functions and variables static | |
2008-06-14 | add select(2)-based i/o multiplexing | |
2008-06-14 | drop stdio usage | |
2008-06-14 | make st and std separate programmes | |
2008-06-10 | add missing header file | |
2008-06-10 | assume glibc by default | |
2008-06-10 | source utility functions out to util.c | |
2008-06-10 | add copyright comment | |
2008-06-10 | source getpty() out to pty.c | |
2008-06-09 | update TODO | |
2008-06-09 | correct function name | |
2008-06-08 | remove xinerama flags | |
2008-06-08 | add missing header file | |
2008-06-08 | add parser loop |