Commit Graph

12 Commits

Author SHA1 Message Date
591d147af7 fix segfault when selecting big buffers
shift+insert paste clipboard
honor CFLAGS and LDFLAGS in config.mk
2010-08-31 17:36:55 +02:00
ae5baac932 use predefined OS macro instead of uname. 2010-08-30 13:04:19 +02:00
bef87acd0d st should compile on NetBSD. 2010-08-30 01:20:38 +02:00
1bb7398f4b removed pty.h. minimal system guessing added in config.mk. 2010-08-30 03:12:11 +02:00
6db6980e27 st now runs on Linux, OpenBSD and FreeBSD. 2010-08-28 03:18:22 +02:00
c563328571 removed XINERAMA from config.mk and fixed a segfault when st is
started without a display. (thx Hiltjo Posthuma)
2010-08-27 13:53:27 +02:00
d58dd3b8bc backport of local changes 2009-05-10 13:17:09 +01:00
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.
2008-07-21 17:06:59 +02:00
0c0ada8a7f make st and std separate programmes 2008-06-14 11:03:29 +02:00
09fe1e22ce assume glibc by default 2008-06-10 18:00:15 +02:00
b8f79f0ed0 remove xinerama flags
The xinerama related variables in config.mk are a relict of
dwm and therefore should be removed.
2008-06-08 21:36:58 +02:00
1987ae4bac added some new files for the initial rewrite of st from scratch 2008-05-20 10:03:59 +01:00