summaryrefslogtreecommitdiff
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-283-21/+24
* removed XINERAMA from config.mk and fixed a segfault when st isAurélien Aptel2010-08-272-9/+4
* 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-223-4/+28
* fixed backspace problem, updated terminfo entry and moved TNAME in config.h.Aurélien Aptel2010-08-194-7/+12
* 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-244-27/+88
* 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-262-5/+6
* double-buffering added using pixmap (finally).Aurélien Aptel2010-03-152-47/+25
* bold attribute is back.Aurélien Aptel2010-03-112-50/+126
* 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
* 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