2010-10-16 |
Aurélien Aptel | redraw optimization. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Aurélien Aptel | fixed newline bug. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Aurélien Aptel | replaced memset by loops in tresize(); turns out it... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Aurélien Aptel | remove useless draw(). |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Aurélien Aptel | applied xclipboard patch. thx David Isaac Wolinsky. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Aurélien Aptel | clean button selection code. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Aurélien Aptel | compose key patch. thx federico luna. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Aurélien Aptel | s/hasfocus/focus/ for consistency. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Aurélien Aptel | don't draw if the window is not visible. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Aurélien Aptel | use xclear() in draw(). |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Aurélien Aptel | use XCreateWindow(), set gravity bit. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Aurélien Aptel | cleaning st.info. added comment in st.c for DECSCNM. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Aurélien Aptel | cleaning st.info. fixed cvvis. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Aurélien Aptel | set terminal colors to xterm default ones. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Aurélien Aptel | removed gfx chars not present in xterm acsc. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Aurélien Aptel | fixed start/end sequence of gfx. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Aurélien Aptel | undefined gfx doesn't draw \0. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Aurélien Aptel | fixed makefile. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Aurélien Aptel | added manpage. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Aurélien Aptel | resize from the top. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Aurélien Aptel | added -e and -t option. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Aurélien Aptel | factored code and fixed behaviour of tnewline(). |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Aurélien Aptel | updated TODO. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Aurélien Aptel | started to go through st.info and fix things. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Aurélien Aptel | capabilities sorted by capname in st.info. copy acsc... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Aurélien Aptel | removed debug code. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Aurélien Aptel | fixed IL and DL. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Aurélien Aptel | factor and cleanup code. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Aurélien Aptel | added correct line drawing characters for default font. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Aurélien Aptel | use struct instead of array. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Aurélien Aptel | cleanup. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
pancake@nopcode.org | fix segfault when selecting big buffers |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Aurélien Aptel | fix build. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Aurélien Aptel | add selinit() and renamed clipboard_* to sel*. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Aurélien Aptel | move event configuration in xinit(). |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Aurélien Aptel | use one global struct instead of many vars for selectio... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Aurélien Aptel | use GLYPH_SET to test if a char is set; cleanup. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
pancake@nopcode.org | fix crash for small windows |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Aurélien Aptel | toggle ATTR_REVERSE on selected text, factored some... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
pancake | fix build |
commit | commitdiff | tree | snapshot |
2010-08-30 |
pancake | initial implementation of selection and clipboard |
commit | commitdiff | tree | snapshot |
2010-08-30 |
pancake@nopcode.org | fix segfault |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Aurélien Aptel | added support for alternate screen. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Aurélien Aptel | cursor is hid when unfocused. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Aurélien Aptel | use predefined OS macro instead of uname. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurélien Aptel | st should compile on NetBSD. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Aurélien Aptel | removed pty.h. minimal system guessing added in config.mk. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Aurélien Aptel | removed (visual) bell. '\a' sets the urgency flag if... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurélien Aptel | removed useless cursor init. and renamed xcursor()... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurélien Aptel | added support for the "magic margin", changed c.hide... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurélien Aptel | removed old VT52 escapes, fixed VT100 IND. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
pancake | fix warning |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurélien Aptel | fixed optimized drawing routine and factored some code. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurélien Aptel | fixed pixmap buffer drawing. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurélien Aptel | added a XFlush() in xbell(). |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurélien Aptel | moved term.hidec in term.c for consistency, put back... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Aurélien Aptel | merged tscroll() with tscrollup(). |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Aurélien Aptel | st now runs on Linux, OpenBSD and FreeBSD. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Aurélien Aptel | removed XINERAMA from config.mk and fixed a segfault... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Aurélien Aptel | fixed potential bug in IS_SET(). |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Aurélien Aptel | merged tcursorwrap() with tnewline(), added few comment... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Aurélien Aptel | cleaned some spaces. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Aurélien Aptel | added macro to test flags, removed tmovecursor(). |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Aurélien Aptel | faster resizing. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Aurélien Aptel | close master/slave pty in the shell process. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Aurélien Aptel | clean \t. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Aurélien Aptel | update function prototypes. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Aurélien Aptel | fix \b and clean \t. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Aurélien Aptel | added F1-12 key, fixed DCH and ICH. |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Aurélien Aptel | fixed backspace problem, updated terminfo entry and... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Aurélien Aptel | renamed a function. |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Anselm R Garbe | applied Devin J Pohly's st color info patches, thanks... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
pancake@nopcode.org | fix gcc warnings |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Aurélien Aptel | fixed background color bug (thx Devin J. Pohly). |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Aurélien Aptel | added PBaseSize hint and set default title to "st". |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Aurélien Aptel | rearranged code, resize fixed. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Aurélien Aptel | little clean up. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Aurélien Aptel | use SHELL environment variable (thx Thomas Adam) |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Aurélien Aptel | double-buffering added using pixmap (finally). |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Aurélien Aptel | bold attribute is back. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Aurélien Aptel | added VT100 NEL. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Aurélien Aptel | added VT100 RI. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Aurélien Aptel | added VT100 save&load cursor support. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Aurélien Aptel | ECH handled correctly. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Aurélien Aptel | more escapes & more compability: |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Aurélien Aptel | graphic charset and a few more escapes. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Aurélien Aptel | TERM set to xterm by default (which broke a lot of... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Aurélien Aptel | drawing is faster but the bold attr is not supported... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Aurélien Aptel | Fixed possible segfault by reverting to the key struct... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Anselm R Garbe | only compile tdump if DEBUG flag is set |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Anselm R Garbe | we definately need pixmaps for the drawing, currently... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Aurélien Aptel | reverted back to the old Key struct. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Aurélien Aptel | updated "key" to a lookup table. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Aurélien Aptel | removed old unused cursor() proto. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Aurélien Aptel | fixed the scrolling bug and cleaned some stuff. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Aurélien Aptel | dump escseq if not handled. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Aurélien Aptel | clean up. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Aurélien Aptel | added/removed files, updated Makefile. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Aurélien Aptel | made kpress() more flexible, removed st.h, added config.h. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Aurélien Aptel | updated TODO. |
commit | commitdiff | tree | snapshot |
next |