summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | Due to consideration of POSIX compliance issues config.mk had to be removed. Configuration variables can be overridden by environment variables or specified via command line. Additionally all pretty-printed messages were removed and built-in rules are used. This also simplifies and purges the Makefile.
* 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
| | | | | | Ptm and pts are used by pty.c, thus they have to be non-static.
* | 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
| | | | Std requires I/O multiplexing which is very complicated with stdio, because it provides no transparent buffering.
* make st and std separate programmesMatthias-Christian Ott2008-06-143-9/+19
|
* add missing header fileMatthias-Christian Ott2008-06-101-0/+1
|
* assume glibc by defaultMatthias-Christian Ott2008-06-101-1/+4
|
* source utility functions out to util.cMatthias-Christian Ott2008-06-106-39/+46
|
* add copyright commentMatthias-Christian Ott2008-06-102-0/+2
|
* source getpty() out to pty.cMatthias-Christian Ott2008-06-102-35/+41
|
* update TODOMatthias-Christian Ott2008-06-091-3/+0
|
* correct function nameMatthias-Christian Ott2008-06-091-1/+1
|