Aurélien Aptel
8b4bfe31ec
made kpress() more flexible, removed st.h, added config.h.
16 years ago
Aurélien Aptel
5d8aa08ba5
updated TODO.
16 years ago
Aurélien Aptel
ad39f000be
added sigchld handler, cleaned error checking.
16 years ago
Aurélien Aptel
2f35cef54b
cleaned up (removed space indentation). select/event bug fixed.
16 years ago
Aurélien Aptel
129bcd7586
fixed a memory leak & segfault in tresize.
16 years ago
Aurélien Aptel
059d2ba264
updated TODO.
16 years ago
Aurélien Aptel
a866108af2
tab moves the cursor instead of inserting spaces.
16 years ago
Aurélien Aptel
1cf8b77d27
handle tabulation (still not perfect)
16 years ago
Aurélien Aptel
0ecfcc39b0
removed truecolor stuff
16 years ago
Aurélien Aptel
abe6f3b0e4
removed the truecolor stuff
16 years ago
Aurélien Aptel
86fa756033
same thing, really fixed this time.
16 years ago
Aurélien Aptel
ccafacb3ff
added some error checking in xinit (fixed the segfault caused by a missing font)
16 years ago
Aurélien Aptel
fd281ad336
Removed unused variable and cleaned some comment.
16 years ago
Anselm R Garbe
d58dd3b8bc
backport of local changes
16 years ago
Matthias-Christian Ott
802f1922f9
add accidentally omitted word
16 years ago
Matthias-Christian Ott
a7f50ebb64
use stdio(3)
16 years ago
Matthias-Christian Ott
07d1edcd76
add description of std
16 years ago
Matthias-Christian Ott
d61a2a8fce
add prototype for command parsing
16 years ago
Matthias-Christian Ott
240411e7d0
correct year of copyright notice
17 years ago
Matthias-Christian Ott
e0d0a2b96e
simplify Makefile
...
Due to consideration of POSIX compliance issues config.mk had
to be removed. Configuration variables can be overridden by
environment variables or specified via command line.
Additionally all pretty-printed messages were removed and
built-in rules are used. This also simplifies and purges
the Makefile.
17 years ago
Matthias-Christian Ott
082d8bb82b
reunite pty.c with std.c
17 years ago
Matthias-Christian Ott
6c6b65ea6e
correct programme name
17 years ago
Matthias-Christian Ott
746931a3d4
use errx() for help and version messages
17 years ago
Matthias-Christian Ott
a95f4f2ed9
merge with backout head
17 years ago
Matthias-Christian Ott
7a132bd6ac
Backed out changeset d2bb4220fdf3
...
Ptm and pts are used by pty.c, thus they have to be non-static.
17 years ago
Matthias-Christian Ott
fb4508b0b7
remove TODO
17 years ago
Matthias-Christian Ott
0cbcedb89f
make ptm and pts static
17 years ago
Matthias-Christian Ott
afc73c920d
remove useless variable
17 years ago
Matthias-Christian Ott
b3902ca178
remove emallocz()
17 years ago
Matthias-Christian Ott
f982c1c37c
replace eprint() functions with BSD error functions
17 years ago
Matthias-Christian Ott
d83cbc27b9
simplify flushing
17 years ago
Matthias-Christian Ott
3cb6793781
correct buffering
17 years ago
Matthias-Christian Ott
cf147ae9da
make local functions and variables static
17 years ago
Matthias-Christian Ott
f9a0524f94
add select(2)-based i/o multiplexing
17 years ago
Matthias-Christian Ott
a49919a10c
drop stdio usage
...
Std requires I/O multiplexing which is very complicated with
stdio, because it provides no transparent buffering.
17 years ago
Matthias-Christian Ott
0c0ada8a7f
make st and std separate programmes
17 years ago
Matthias-Christian Ott
339e7f3571
add missing header file
17 years ago
Matthias-Christian Ott
09fe1e22ce
assume glibc by default
17 years ago
Matthias-Christian Ott
5f28725471
source utility functions out to util.c
17 years ago
Matthias-Christian Ott
05ebee6084
add copyright comment
17 years ago
Matthias-Christian Ott
47d8633f15
source getpty() out to pty.c
17 years ago
Matthias-Christian Ott
0dedee5de8
update TODO
17 years ago
Matthias-Christian Ott
0dce422d31
correct function name
17 years ago
Matthias-Christian Ott
b8f79f0ed0
remove xinerama flags
...
The xinerama related variables in config.mk are a relict of
dwm and therefore should be removed.
17 years ago
Matthias-Christian Ott
5e680d7102
add missing header file
17 years ago
Matthias-Christian Ott
dc01596e6d
add parser loop
17 years ago
Matthias-Christian Ott
5d055fdc7c
remove useless variable
17 years ago
Matthias-Christian Ott
a6efc851b6
replace state with separate variables
17 years ago
Matthias-Christian Ott
50b4785f26
terminate error message with newline
17 years ago
Matthias-Christian Ott
c61b34e8e1
correct LENGTH()
17 years ago