636c369
added VT100 save&load cursor support. by
2010-02-21 14:28:32 +0100
3ba517e
ECH handled correctly. by
2010-02-21 14:14:58 +0100
eff05c7
more escapes & more compability: by
2010-02-08 23:16:55 +0100
e6b3f5c
graphic charset and a few more escapes. by
2010-02-03 16:18:04 +0100
0981437
TERM set to xterm by default (which broke a lot of stuff), better escape handling (title), and a little clean up. by
2010-02-03 03:25:35 +0100
f2dff29
drawing is faster but the bold attr is not supported anymore. by
2009-10-28 14:34:22 +0100
4e6915a
Fixed possible segfault by reverting to the key struct (again). by
2009-09-07 21:19:29 +0200
dab8326
only compile tdump if DEBUG flag is set by
2009-07-10 16:27:14 +0100
cf65699
we definately need pixmaps for the drawing, currently drawing into the window is painfully slow! much more slower than drawing into a pixmap and mapping that when finished -- several optimisations by
2009-07-10 16:23:11 +0100
0a5e510
reverted back to the old Key struct. by
2009-06-21 19:52:06 +0200
4d794b3
updated "key" to a lookup table. by
2009-06-21 19:37:12 +0200
44d8c31
removed old unused cursor() proto. by
2009-06-17 20:44:36 +0200
b8ffa1d
fixed the scrolling bug and cleaned some stuff. by
2009-06-17 02:58:40 +0200
d5f4554
dump escseq if not handled. by
2009-06-16 12:34:10 +0200
53937e0
clean up. by
2009-06-16 02:41:45 +0200
2e37752
added/removed files, updated Makefile. by
2009-06-16 02:33:38 +0200
8b4bfe3
made kpress() more flexible, removed st.h, added config.h. by
2009-06-16 02:23:46 +0200
5d8aa08
updated TODO. by
2009-06-11 17:03:25 +0200
ad39f00
added sigchld handler, cleaned error checking. by
2009-06-11 16:41:14 +0200
2f35cef
cleaned up (removed space indentation). select/event bug fixed. by
2009-05-28 01:33:01 +0200
129bcd7
fixed a memory leak & segfault in tresize. by
2009-05-26 02:21:02 +0200
059d2ba
updated TODO. by
2009-05-15 00:40:47 +0200
a866108
tab moves the cursor instead of inserting spaces. by
2009-05-15 00:39:51 +0200
1cf8b77
handle tabulation (still not perfect) by
2009-05-14 01:03:17 +0200
0ecfcc3
removed truecolor stuff by
2009-05-14 00:28:10 +0200
abe6f3b
removed the truecolor stuff by
2009-05-14 00:27:37 +0200
86fa756
same thing, really fixed this time. by
2009-05-14 00:18:05 +0200
ccafacb
added some error checking in xinit (fixed the segfault caused by a missing font) by
2009-05-14 00:04:34 +0200
fd281ad
Removed unused variable and cleaned some comment. by
2009-05-10 23:32:21 +0200
d58dd3b
backport of local changes by
2009-05-10 13:17:09 +0100
802f192
add accidentally omitted word by
2008-09-05 20:25:34 +0200
a7f50eb
use stdio(3) by
2008-08-25 17:56:00 +0200
07d1edc
add description of std by
2008-08-25 16:29:37 +0200
d61a2a8
add prototype for command parsing by
2008-08-07 10:38:54 +0200
240411e
correct year of copyright notice by
2008-07-21 17:10:33 +0200
e0d0a2b
simplify Makefile by
2008-07-21 17:06:59 +0200
082d8bb
reunite pty.c with std.c by
2008-07-21 10:34:02 +0200
6c6b65e
correct programme name by
2008-07-21 09:25:47 +0200
746931a
use errx() for help and version messages by
2008-07-21 09:25:25 +0200
a95f4f2
merge with backout head by
2008-07-10 22:43:24 +0200
7a132bd
Backed out changeset d2bb4220fdf3 by
2008-07-10 22:42:10 +0200
fb4508b
remove TODO by
2008-07-09 11:10:38 +0200
0cbcedb
make ptm and pts static by
2008-07-09 10:50:44 +0200
afc73c9
remove useless variable by
2008-07-05 13:29:21 +0200
b3902ca
remove emallocz() by
2008-07-04 18:18:51 +0200
f982c1c
replace eprint() functions with BSD error functions by
2008-07-04 18:05:08 +0200
d83cbc2
simplify flushing by
2008-06-15 17:31:24 +0200
3cb6793
correct buffering by
2008-06-15 09:19:22 +0200
cf147ae
make local functions and variables static by
2008-06-14 23:29:11 +0200
f9a0524
add select(2)-based i/o multiplexing by
2008-06-14 23:24:12 +0200
a49919a
drop stdio usage by
2008-06-14 23:12:07 +0200
0c0ada8
make st and std separate programmes by
2008-06-14 11:03:29 +0200
339e7f3
add missing header file by
2008-06-10 18:01:15 +0200
09fe1e2
assume glibc by default by
2008-06-10 18:00:15 +0200
5f28725
source utility functions out to util.c by
2008-06-10 17:56:57 +0200
05ebee6
add copyright comment by
2008-06-10 17:32:15 +0200
47d8633
source getpty() out to pty.c by
2008-06-10 17:30:15 +0200
0dedee5
update TODO by
2008-06-09 22:24:44 +0200
0dce422
correct function name by
2008-06-09 22:21:37 +0200
b8f79f0
remove xinerama flags by
2008-06-08 21:36:58 +0200
5e680d7
add missing header file by
2008-06-08 21:18:49 +0200
dc01596
add parser loop by
2008-06-08 21:17:02 +0200
5d055fd
remove useless variable by
2008-06-08 20:55:42 +0200
a6efc85
replace state with separate variables by
2008-06-08 20:47:08 +0200
50b4785
terminate error message with newline by
2008-06-04 19:52:59 +0200
c61b34e
correct LENGTH() by
2008-06-02 20:15:52 +0200
693e241
simplify control flow by
2008-06-02 20:01:35 +0200
0b3510d
remove debug code by
2008-06-02 18:42:23 +0200
40c0ecf
remove stdio slave pty opening by
2008-06-02 18:41:23 +0200
e2ac167
drop support for proprietary UNIX variants by
2008-06-02 18:40:22 +0200
375efb8
slight changes by
2008-06-01 18:04:49 +0100
771ece2
applied Matthias-Christians changes to std.c by
2008-06-01 18:02:48 +0100
1987ae4
added some new files for the initial rewrite of st from scratch by
2008-05-20 10:03:59 +0100
16f373e
added new TODO by
2008-05-11 16:36:13 +0000