summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bold attribute is back.Aurélien Aptel2010-03-112-50/+126
| | | | | | visibility of the cursor is not saved/loaded anymore. scrolling up/down is fixed. added RI and RIS sequences. fixed cursor drawing bug.
* added VT100 NEL.Aurélien Aptel2010-02-211-1/+5
|
* added VT100 RI.Aurélien Aptel2010-02-211-0/+9
|
* added VT100 save&load cursor support.Aurélien Aptel2010-02-211-0/+6
|
* ECH handled correctly.Aurélien Aptel2010-02-211-5/+22
|
* more escapes & more compability:Aurélien Aptel2010-02-082-145/+178
| | | | | | | | | | | | cursor keys are handled in kpress according to the Application Mode (DECPAM). define & enum were renamed. tcursor() is now tmovecursor() which is more correct. tcpos() is now tcursor(), as DECSC is also supposed to save attributes. capnames are indicated whenever possible. Currently: alsamixer looks fine, totally usable. ncmpc is almost ok. emacs looks like shit.
* 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 ↵Aurélien Aptel2010-02-031-199/+190
| | | | handling (title), and a little clean up.
* 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 ↵Anselm R Garbe2009-07-102-101/+89
| | | | window is painfully slow! much more slower than drawing into a pixmap and mapping that when finished -- several optimisations
* 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
|