summaryrefslogtreecommitdiff
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
* merged tscroll() with tscrollup().Aurélien Aptel2010-08-291-14/+1
* st now runs on Linux, OpenBSD and FreeBSD.Aurélien Aptel2010-08-281-13/+14
* removed XINERAMA from config.mk and fixed a segfault when st isAurélien Aptel2010-08-271-3/+2
* fixed potential bug in IS_SET().Aurélien Aptel2010-08-271-1/+1
* merged tcursorwrap() with tnewline(), added few comments and updated copyright.Aurélien Aptel2010-08-271-14/+11
* cleaned some spaces.Aurélien Aptel2010-08-271-9/+9
* added macro to test flags, removed tmovecursor().Aurélien Aptel2010-08-261-27/+15
* faster resizing.Aurélien Aptel2010-08-261-12/+9
* close master/slave pty in the shell process.Aurélien Aptel2010-08-261-2/+4
* clean \t.Aurélien Aptel2010-08-261-6/+1
* update function prototypes.Aurélien Aptel2010-08-261-0/+4
* fix \b and clean \t.Aurélien Aptel2010-08-261-5/+0
* added F1-12 key, fixed DCH and ICH.Aurélien Aptel2010-08-221-4/+4
* fixed backspace problem, updated terminfo entry and moved TNAME in config.h.Aurélien Aptel2010-08-191-4/+2
* renamed a function.Aurélien Aptel2010-08-131-2/+3
* applied Devin J Pohly's st color info patches, thanks Devin!Anselm R Garbe2010-07-241-14/+66
* fix gcc warningspancake@nopcode.org2010-07-081-2/+2
* fixed background color bug (thx Devin J. Pohly).Aurélien Aptel2010-07-081-5/+5
* added PBaseSize hint and set default title to "st".Aurélien Aptel2010-06-031-14/+19
* rearranged code, resize fixed.Aurélien Aptel2010-06-021-48/+58
* little clean up.Aurélien Aptel2010-04-271-5/+3
* use SHELL environment variable (thx Thomas Adam)Aurélien Aptel2010-04-261-4/+6
* double-buffering added using pixmap (finally).Aurélien Aptel2010-03-151-45/+24
* bold attribute is back.Aurélien Aptel2010-03-111-49/+124
* 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-081-141/+177
* graphic charset and a few more escapes.Aurélien Aptel2010-02-031-16/+75
* 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-281-26/+38
* Fixed possible segfault by reverting to the key struct (again).Aurélien Aptel2009-09-071-2/+19
* 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-101-90/+78
* reverted back to the old Key struct.Aurélien Aptel2009-06-211-3/+17
* updated "key" to a lookup table.Aurélien Aptel2009-06-211-17/+3
* 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
* made kpress() more flexible, removed st.h, added config.h.Aurélien Aptel2009-06-161-29/+181
* added sigchld handler, cleaned error checking.Aurélien Aptel2009-06-111-25/+35
* 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
* tab moves the cursor instead of inserting spaces.Aurélien Aptel2009-05-151-1/+1
* handle tabulation (still not perfect)Aurélien Aptel2009-05-141-0/+14
* removed truecolor stuffAurélien Aptel2009-05-141-15/+0
* 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