summaryrefslogtreecommitdiffstats
path: root/config.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-02-08more escapes & more compability:Aurélien Aptel1-4/+1
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.
2010-02-03graphic charset and a few more escapes.Aurélien Aptel1-0/+35
2009-10-28drawing is faster but the bold attr is not supported anymore.Aurélien Aptel1-1/+1
2009-09-07Fixed possible segfault by reverting to the key struct (again).Aurélien Aptel1-11/+10
2009-07-10we definately need pixmaps for the drawing, currently drawing into the ↵Anselm R Garbe1-11/+11
window is painfully slow! much more slower than drawing into a pixmap and mapping that when finished -- several optimisations
2009-06-21reverted back to the old Key struct.Aurélien Aptel1-10/+11
2009-06-21updated "key" to a lookup table.Aurélien Aptel1-11/+10
2009-06-16added/removed files, updated Makefile.Aurélien Aptel1-0/+39