JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
st.git
2010-09-02 Aurélien Aptelremoved gfx chars not present in xterm acsc.
2010-09-02 Aurélien Aptelfixed start/end sequence of gfx.
2010-09-02 Aurélien Aptelundefined gfx doesn't draw \0.
2010-09-02 Aurélien Aptelfixed makefile.
2010-09-02 Aurélien Apteladded manpage.
2010-09-01 Aurélien Aptelresize from the top.
2010-09-01 Aurélien Apteladded -e and -t option.
2010-09-01 Aurélien Aptelfactored code and fixed behaviour of tnewline().
2010-09-01 Aurélien Aptelupdated TODO.
2010-09-01 Aurélien Aptelstarted to go through st.info and fix things.
2010-09-01 Aurélien Aptelcapabilities sorted by capname in st.info. copy acsc...
2010-09-01 Aurélien Aptelremoved debug code.
2010-09-01 Aurélien Aptelfixed IL and DL.
2010-09-01 Aurélien Aptelfactor and cleanup code.
2010-08-31 Aurélien Apteladded correct line drawing characters for default font.
2010-08-31 Aurélien Apteluse struct instead of array.
2010-08-31 Aurélien Aptelcleanup.
2010-08-31 pancake@nopcode.orgfix segfault when selecting big buffers
2010-08-31 Aurélien Aptelfix build.
2010-08-31 Aurélien Apteladd selinit() and renamed clipboard_* to sel*.
2010-08-31 Aurélien Aptelmove event configuration in xinit().
2010-08-31 Aurélien Apteluse one global struct instead of many vars for selectio...
2010-08-31 Aurélien Apteluse GLYPH_SET to test if a char is set; cleanup.
2010-08-31 pancake@nopcode.orgfix crash for small windows
2010-08-31 Aurélien Apteltoggle ATTR_REVERSE on selected text, factored some...
2010-08-30 pancakefix build
2010-08-30 pancakeinitial implementation of selection and clipboard
2010-08-30 pancake@nopcode.orgfix segfault
2010-08-30 Aurélien Apteladded support for alternate screen.
2010-08-30 Aurélien Aptelcursor is hid when unfocused.
2010-08-30 Aurélien Apteluse predefined OS macro instead of uname.
2010-08-29 Aurélien Aptelst should compile on NetBSD.
2010-08-30 Aurélien Aptelremoved pty.h. minimal system guessing added in config.mk.
2010-08-30 Aurélien Aptelremoved (visual) bell. '\a' sets the urgency flag if...
2010-08-29 Aurélien Aptelremoved useless cursor init. and renamed xcursor()...
2010-08-29 Aurélien Apteladded support for the "magic margin", changed c.hide...
2010-08-29 Aurélien Aptelremoved old VT52 escapes, fixed VT100 IND.
2010-08-29 pancakefix warning
2010-08-29 Aurélien Aptelfixed optimized drawing routine and factored some code.
2010-08-29 Aurélien Aptelfixed pixmap buffer drawing.
2010-08-29 Aurélien Apteladded a XFlush() in xbell().
2010-08-29 Aurélien Aptelmoved term.hidec in term.c for consistency, put back...
2010-08-29 Aurélien Aptelmerged tscroll() with tscrollup().
2010-08-28 Aurélien Aptelst now runs on Linux, OpenBSD and FreeBSD.
2010-08-27 Aurélien Aptelremoved XINERAMA from config.mk and fixed a segfault...
2010-08-26 Aurélien Aptelfixed potential bug in IS_SET().
2010-08-26 Aurélien Aptelmerged tcursorwrap() with tnewline(), added few comment...
2010-08-26 Aurélien Aptelcleaned some spaces.
2010-08-26 Aurélien Apteladded macro to test flags, removed tmovecursor().
2010-08-26 Aurélien Aptelfaster resizing.
2010-08-26 Aurélien Aptelclose master/slave pty in the shell process.
2010-08-26 Aurélien Aptelclean \t.
2010-08-26 Aurélien Aptelupdate function prototypes.
2010-08-26 Aurélien Aptelfix \b and clean \t.
2010-08-22 Aurélien Apteladded F1-12 key, fixed DCH and ICH.
2010-08-19 Aurélien Aptelfixed backspace problem, updated terminfo entry and...
2010-08-13 Aurélien Aptelrenamed a function.
2010-07-24 Anselm R Garbeapplied Devin J Pohly's st color info patches, thanks...
2010-07-08 pancake@nopcode.orgfix gcc warnings
2010-07-08 Aurélien Aptelfixed background color bug (thx Devin J. Pohly).
2010-06-03 Aurélien Apteladded PBaseSize hint and set default title to "st".
2010-06-02 Aurélien Aptelrearranged code, resize fixed.
2010-04-26 Aurélien Aptellittle clean up.
2010-04-26 Aurélien Apteluse SHELL environment variable (thx Thomas Adam)
2010-03-15 Aurélien Apteldouble-buffering added using pixmap (finally).
2010-03-11 Aurélien Aptelbold attribute is back.
2010-02-21 Aurélien Apteladded VT100 NEL.
2010-02-21 Aurélien Apteladded VT100 RI.
2010-02-21 Aurélien Apteladded VT100 save&load cursor support.
2010-02-21 Aurélien AptelECH handled correctly.
2010-02-08 Aurélien Aptelmore escapes & more compability:
2010-02-03 Aurélien Aptelgraphic charset and a few more escapes.
2010-02-03 Aurélien AptelTERM set to xterm by default (which broke a lot of...
2009-10-28 Aurélien Apteldrawing is faster but the bold attr is not supported...
2009-09-07 Aurélien AptelFixed possible segfault by reverting to the key struct...
2009-07-10 Anselm R Garbeonly compile tdump if DEBUG flag is set
2009-07-10 Anselm R Garbewe definately need pixmaps for the drawing, currently...
2009-06-21 Aurélien Aptelreverted back to the old Key struct.
2009-06-21 Aurélien Aptelupdated "key" to a lookup table.
2009-06-17 Aurélien Aptelremoved old unused cursor() proto.
2009-06-17 Aurélien Aptelfixed the scrolling bug and cleaned some stuff.
2009-06-16 Aurélien Apteldump escseq if not handled.
2009-06-16 Aurélien Aptelclean up.
2009-06-16 Aurélien Apteladded/removed files, updated Makefile.
2009-06-16 Aurélien Aptelmade kpress() more flexible, removed st.h, added config.h.
2009-06-11 Aurélien Aptelupdated TODO.
2009-06-11 Aurélien Apteladded sigchld handler, cleaned error checking.
2009-05-27 Aurélien Aptelcleaned up (removed space indentation). select/event...
2009-05-26 Aurélien Aptelfixed a memory leak & segfault in tresize.
2009-05-14 Aurélien Aptelupdated TODO.
2009-05-14 Aurélien Apteltab moves the cursor instead of inserting spaces.
2009-05-13 Aurélien Aptelhandle tabulation (still not perfect)
2009-05-13 Aurélien Aptelremoved truecolor stuff
2009-05-13 Aurélien Aptelremoved the truecolor stuff
2009-05-13 Aurélien Aptelsame thing, really fixed this time.
2009-05-13 Aurélien Apteladded some error checking in xinit (fixed the segfault...
2009-05-10 Aurélien AptelRemoved unused variable and cleaned some comment.
2009-05-10 Anselm R Garbebackport of local changes
2008-09-05 Matthias-Christian Ottadd accidentally omitted word
2008-08-25 Matthias-Christian Ottuse stdio(3)
next