| 2010-08-31 | 
Aurélien Aptel | toggle ATTR_REVERSE on selected text, factored some...  | 
commit | commitdiff | tree | 
| 2010-08-30 | 
pancake | fix build | 
commit | commitdiff | tree | 
| 2010-08-30 | 
pancake | initial implementation of selection and clipboard | 
commit | commitdiff | tree | 
| 2010-08-30 | 
pancake@nopcode.org | fix segfault | 
commit | commitdiff | tree | 
| 2010-08-30 | 
Aurélien Aptel | added support for alternate screen. | 
commit | commitdiff | tree | 
| 2010-08-30 | 
Aurélien Aptel | cursor is hid when unfocused. | 
commit | commitdiff | tree | 
| 2010-08-30 | 
Aurélien Aptel | use predefined OS macro instead of uname. | 
commit | commitdiff | tree | 
| 2010-08-29 | 
Aurélien Aptel | st should compile on NetBSD. | 
commit | commitdiff | tree | 
| 2010-08-30 | 
Aurélien Aptel | removed pty.h. minimal system guessing added in config.mk. | 
commit | commitdiff | tree | 
| 2010-08-30 | 
Aurélien Aptel | removed (visual) bell. '\a' sets the urgency flag if...  | 
commit | commitdiff | tree | 
| 2010-08-29 | 
Aurélien Aptel | removed useless cursor init. and renamed xcursor()...  | 
commit | commitdiff | tree | 
| 2010-08-29 | 
Aurélien Aptel | added support for the "magic margin", changed c.hide...  | 
commit | commitdiff | tree | 
| 2010-08-29 | 
Aurélien Aptel | removed old VT52 escapes, fixed VT100 IND. | 
commit | commitdiff | tree | 
| 2010-08-29 | 
pancake | fix warning | 
commit | commitdiff | tree | 
| 2010-08-29 | 
Aurélien Aptel | fixed optimized drawing routine and factored some code. | 
commit | commitdiff | tree | 
| 2010-08-29 | 
Aurélien Aptel | fixed pixmap buffer drawing. | 
commit | commitdiff | tree | 
| 2010-08-29 | 
Aurélien Aptel | added a XFlush() in xbell(). | 
commit | commitdiff | tree | 
| 2010-08-29 | 
Aurélien Aptel | moved term.hidec in term.c for consistency, put back...  | 
commit | commitdiff | tree | 
| 2010-08-29 | 
Aurélien Aptel | merged tscroll() with tscrollup(). | 
commit | commitdiff | tree | 
| 2010-08-28 | 
Aurélien Aptel | st now runs on Linux, OpenBSD and FreeBSD. | 
commit | commitdiff | tree | 
| 2010-08-27 | 
Aurélien Aptel | removed XINERAMA from config.mk and fixed a segfault...  | 
commit | commitdiff | tree | 
| 2010-08-26 | 
Aurélien Aptel | fixed potential bug in IS_SET(). | 
commit | commitdiff | tree | 
| 2010-08-26 | 
Aurélien Aptel | merged tcursorwrap() with tnewline(), added few comment...  | 
commit | commitdiff | tree | 
| 2010-08-26 | 
Aurélien Aptel | cleaned some spaces. | 
commit | commitdiff | tree | 
| 2010-08-26 | 
Aurélien Aptel | added macro to test flags, removed tmovecursor(). | 
commit | commitdiff | tree | 
| 2010-08-26 | 
Aurélien Aptel | faster resizing. | 
commit | commitdiff | tree | 
| 2010-08-26 | 
Aurélien Aptel | close master/slave pty in the shell process. | 
commit | commitdiff | tree | 
| 2010-08-26 | 
Aurélien Aptel | clean \t. | 
commit | commitdiff | tree | 
| 2010-08-26 | 
Aurélien Aptel | update function prototypes. | 
commit | commitdiff | tree | 
| 2010-08-26 | 
Aurélien Aptel | fix \b and clean \t. | 
commit | commitdiff | tree | 
| 2010-08-22 | 
Aurélien Aptel | added F1-12 key, fixed DCH and ICH. | 
commit | commitdiff | tree | 
| 2010-08-19 | 
Aurélien Aptel | fixed backspace problem, updated terminfo entry and...  | 
commit | commitdiff | tree | 
| 2010-08-13 | 
Aurélien Aptel | renamed a function. | 
commit | commitdiff | tree | 
| 2010-07-24 | 
Anselm R Garbe | applied Devin J Pohly's st color info patches, thanks...  | 
commit | commitdiff | tree | 
| 2010-07-08 | 
pancake@nopcode.org | fix gcc warnings | 
commit | commitdiff | tree | 
| 2010-07-08 | 
Aurélien Aptel | fixed background color bug (thx Devin J. Pohly). | 
commit | commitdiff | tree | 
| 2010-06-03 | 
Aurélien Aptel | added PBaseSize hint and set default title to "st". | 
commit | commitdiff | tree | 
| 2010-06-02 | 
Aurélien Aptel | rearranged code, resize fixed. | 
commit | commitdiff | tree | 
| 2010-04-26 | 
Aurélien Aptel | little clean up. | 
commit | commitdiff | tree | 
| 2010-04-26 | 
Aurélien Aptel | use SHELL environment variable (thx Thomas Adam) | 
commit | commitdiff | tree | 
| 2010-03-15 | 
Aurélien Aptel | double-buffering added using pixmap (finally). | 
commit | commitdiff | tree | 
| 2010-03-11 | 
Aurélien Aptel | bold attribute is back. | 
commit | commitdiff | tree | 
| 2010-02-21 | 
Aurélien Aptel | added VT100 NEL. | 
commit | commitdiff | tree | 
| 2010-02-21 | 
Aurélien Aptel | added VT100 RI. | 
commit | commitdiff | tree | 
| 2010-02-21 | 
Aurélien Aptel | added VT100 save&load cursor support. | 
commit | commitdiff | tree | 
| 2010-02-21 | 
Aurélien Aptel | ECH handled correctly. | 
commit | commitdiff | tree | 
| 2010-02-08 | 
Aurélien Aptel | more escapes & more compability: | 
commit | commitdiff | tree | 
| 2010-02-03 | 
Aurélien Aptel | graphic charset and a few more escapes. | 
commit | commitdiff | tree | 
| 2010-02-03 | 
Aurélien Aptel | TERM set to xterm by default (which broke a lot of...  | 
commit | commitdiff | tree | 
| 2009-10-28 | 
Aurélien Aptel | drawing is faster but the bold attr is not supported...  | 
commit | commitdiff | tree | 
| 2009-09-07 | 
Aurélien Aptel | Fixed possible segfault by reverting to the key struct...  | 
commit | commitdiff | tree | 
| 2009-07-10 | 
Anselm R Garbe | only compile tdump if DEBUG flag is set | 
commit | commitdiff | tree | 
| 2009-07-10 | 
Anselm R Garbe | we definately need pixmaps for the drawing, currently...  | 
commit | commitdiff | tree | 
| 2009-06-21 | 
Aurélien Aptel | reverted back to the old Key struct. | 
commit | commitdiff | tree | 
| 2009-06-21 | 
Aurélien Aptel | updated "key" to a lookup table. | 
commit | commitdiff | tree | 
| 2009-06-17 | 
Aurélien Aptel | removed old unused cursor() proto. | 
commit | commitdiff | tree | 
| 2009-06-17 | 
Aurélien Aptel | fixed the scrolling bug and cleaned some stuff. | 
commit | commitdiff | tree | 
| 2009-06-16 | 
Aurélien Aptel | dump escseq if not handled. | 
commit | commitdiff | tree | 
| 2009-06-16 | 
Aurélien Aptel | clean up. | 
commit | commitdiff | tree | 
| 2009-06-16 | 
Aurélien Aptel | added/removed files, updated Makefile. | 
commit | commitdiff | tree | 
| 2009-06-16 | 
Aurélien Aptel | made kpress() more flexible, removed st.h, added config.h. | 
commit | commitdiff | tree | 
| 2009-06-11 | 
Aurélien Aptel | updated TODO. | 
commit | commitdiff | tree | 
| 2009-06-11 | 
Aurélien Aptel | added sigchld handler, cleaned error checking. | 
commit | commitdiff | tree | 
| 2009-05-27 | 
Aurélien Aptel | cleaned up (removed space indentation). select/event...  | 
commit | commitdiff | tree | 
| 2009-05-26 | 
Aurélien Aptel | fixed a memory leak & segfault in tresize. | 
commit | commitdiff | tree | 
| 2009-05-14 | 
Aurélien Aptel | updated TODO. | 
commit | commitdiff | tree | 
| 2009-05-14 | 
Aurélien Aptel | tab moves the cursor instead of inserting spaces. | 
commit | commitdiff | tree | 
| 2009-05-13 | 
Aurélien Aptel | handle tabulation (still not perfect) | 
commit | commitdiff | tree | 
| 2009-05-13 | 
Aurélien Aptel | removed truecolor stuff | 
commit | commitdiff | tree | 
| 2009-05-13 | 
Aurélien Aptel | removed the truecolor stuff | 
commit | commitdiff | tree | 
| 2009-05-13 | 
Aurélien Aptel | same thing, really fixed this time. | 
commit | commitdiff | tree | 
| 2009-05-13 | 
Aurélien Aptel | added some error checking in xinit (fixed the segfault...  | 
commit | commitdiff | tree | 
| 2009-05-10 | 
Aurélien Aptel | Removed unused variable and cleaned some comment. | 
commit | commitdiff | tree | 
| 2009-05-10 | 
Anselm R Garbe | backport of local changes | 
commit | commitdiff | tree | 
| 2008-09-05 | 
Matthias-Christian Ott | add accidentally omitted word | 
commit | commitdiff | tree | 
| 2008-08-25 | 
Matthias-Christian Ott | use stdio(3) | 
commit | commitdiff | tree | 
| 2008-08-25 | 
Matthias-Christian Ott | add description of std | 
commit | commitdiff | tree | 
| 2008-08-07 | 
Matthias-Christian Ott | add prototype for command parsing | 
commit | commitdiff | tree | 
| 2008-07-21 | 
Matthias-Christian Ott | correct year of copyright notice | 
commit | commitdiff | tree | 
| 2008-07-21 | 
Matthias-Christian Ott | simplify Makefile | 
commit | commitdiff | tree | 
| 2008-07-21 | 
Matthias-Christian Ott | reunite pty.c with std.c | 
commit | commitdiff | tree | 
| 2008-07-21 | 
Matthias-Christian Ott | correct programme name | 
commit | commitdiff | tree | 
| 2008-07-21 | 
Matthias-Christian Ott | use errx() for help and version messages | 
commit | commitdiff | tree | 
| 2008-07-10 | 
Matthias-Christian Ott | merge with backout head | 
commit | commitdiff | tree | 
| 2008-07-10 | 
Matthias-Christian Ott | Backed out changeset d2bb4220fdf3 | 
commit | commitdiff | tree | 
| 2008-07-09 | 
Matthias-Christian Ott | remove TODO | 
commit | commitdiff | tree | 
| 2008-07-09 | 
Matthias-Christian Ott | make ptm and pts static | 
commit | commitdiff | tree | 
| 2008-07-05 | 
Matthias-Christian Ott | remove useless variable | 
commit | commitdiff | tree | 
| 2008-07-04 | 
Matthias-Christian Ott | remove emallocz() | 
commit | commitdiff | tree | 
| 2008-07-04 | 
Matthias-Christian Ott | replace eprint() functions with BSD error functions | 
commit | commitdiff | tree | 
| 2008-06-15 | 
Matthias-Christian Ott | simplify flushing | 
commit | commitdiff | tree | 
| 2008-06-15 | 
Matthias-Christian Ott | correct buffering | 
commit | commitdiff | tree | 
| 2008-06-14 | 
Matthias-Christian Ott | make local functions and variables static | 
commit | commitdiff | tree | 
| 2008-06-14 | 
Matthias-Christian Ott | add select(2)-based i/o multiplexing | 
commit | commitdiff | tree | 
| 2008-06-14 | 
Matthias-Christian Ott | drop stdio usage | 
commit | commitdiff | tree | 
| 2008-06-14 | 
Matthias-Christian Ott | make st and std separate programmes | 
commit | commitdiff | tree | 
| 2008-06-10 | 
Matthias-Christian Ott | add missing header file | 
commit | commitdiff | tree | 
| 2008-06-10 | 
Matthias-Christian Ott | assume glibc by default | 
commit | commitdiff | tree | 
| 2008-06-10 | 
Matthias-Christian Ott | source utility functions out to util.c | 
commit | commitdiff | tree | 
| 2008-06-10 | 
Matthias-Christian Ott | add copyright comment | 
commit | commitdiff | tree | 
| next |