summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more escapes & more compability:Aurélien Aptel2010-02-082-145/+178
* graphic charset and a few more escapes.Aurélien Aptel2010-02-032-16/+110
* TERM set to xterm by default (which broke a lot of stuff), better escape hand...Aurélien Aptel2010-02-031-199/+190
* drawing is faster but the bold attr is not supported anymore.Aurélien Aptel2009-10-282-27/+39
* Fixed possible segfault by reverting to the key struct (again).Aurélien Aptel2009-09-072-13/+29
* only compile tdump if DEBUG flag is setAnselm R Garbe2009-07-101-24/+20
* we definately need pixmaps for the drawing, currently drawing into the window...Anselm R Garbe2009-07-102-101/+89
* reverted back to the old Key struct.Aurélien Aptel2009-06-212-13/+28
* updated "key" to a lookup table.Aurélien Aptel2009-06-212-28/+13
* 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
* added/removed files, updated Makefile.Aurélien Aptel2009-06-163-179/+40
* made kpress() more flexible, removed st.h, added config.h.Aurélien Aptel2009-06-161-29/+181
* updated TODO.Aurélien Aptel2009-06-111-2/+0
* added sigchld handler, cleaned error checking.Aurélien Aptel2009-06-112-26/+41
* 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
* updated TODO.Aurélien Aptel2009-05-151-6/+2
* tab moves the cursor instead of inserting spaces.Aurélien Aptel2009-05-151-1/+1
* handle tabulation (still not perfect)Aurélien Aptel2009-05-142-0/+16
* removed truecolor stuffAurélien Aptel2009-05-141-15/+0
* removed the truecolor stuffAurélien Aptel2009-05-141-15/+5
* 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-109-426/+1278
* add accidentally omitted wordMatthias-Christian Ott2008-09-051-3/+3
* use stdio(3)Matthias-Christian Ott2008-08-251-47/+48
* add description of stdMatthias-Christian Ott2008-08-251-1/+13
* add prototype for command parsingMatthias-Christian Ott2008-08-071-31/+50
* correct year of copyright noticeMatthias-Christian Ott2008-07-211-1/+1
* simplify MakefileMatthias-Christian Ott2008-07-212-85/+32
* reunite pty.c with std.cMatthias-Christian Ott2008-07-212-44/+38
* correct programme nameMatthias-Christian Ott2008-07-211-1/+1
* use errx() for help and version messagesMatthias-Christian Ott2008-07-211-8/+4
* merge with backout headMatthias-Christian Ott2008-07-101-1/+1
|\
| * Backed out changeset d2bb4220fdf3Matthias-Christian Ott2008-07-101-1/+1
* | remove TODOMatthias-Christian Ott2008-07-091-1/+0
|/
* make ptm and pts staticMatthias-Christian Ott2008-07-091-1/+1
* remove useless variableMatthias-Christian Ott2008-07-051-3/+1
* remove emallocz()Matthias-Christian Ott2008-07-045-24/+3
* replace eprint() functions with BSD error functionsMatthias-Christian Ott2008-07-045-45/+31
* simplify flushingMatthias-Christian Ott2008-06-151-2/+3
* correct bufferingMatthias-Christian Ott2008-06-151-15/+16
* make local functions and variables staticMatthias-Christian Ott2008-06-141-18/+18
* add select(2)-based i/o multiplexingMatthias-Christian Ott2008-06-141-7/+19
* drop stdio usageMatthias-Christian Ott2008-06-141-9/+31
* make st and std separate programmesMatthias-Christian Ott2008-06-143-9/+19