Commit graph

6 commits

Author SHA1 Message Date
Thomas Jarosch
a25e5f80a5 Add ability to spawn shell
Key 'b' in the browse window spawns a shell in the current directoy.

We first check the $SHELL environment variable of the user for the preferred
shell interpreter. If it's not set, we fall back to the compile time
configured default shell (usually /bin/bash).

Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
2014-12-14 09:16:27 +01:00
Yorhel
79213f0d63 Support building without locale.h
Slightly modified patch from Gianluigi Tiesi.
http://dev.yorhel.nl/ncdu/bug/47
2014-04-13 08:35:46 +02:00
Yorhel
5e5c9925f4 Version bump + Changelog update for 1.10 2013-05-09 16:32:48 +02:00
Yorhel
9b4f2d8601 configure: Use PKG_PROG_PKG_CONFIG + mention pkg-config dep in README 2013-03-09 09:21:13 +01:00
Justin Lecher
1324d45491 Use pkg-config to detect ncurses
Ncurses provides a pkg-config module which could be used here. If not
available we fall back to the old detection heuristic.

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2013-03-07 13:42:51 +01:00
Yorhel
3fd25ffbcb configure.in -> configure.ac
As recent autoconf wants
2012-11-22 12:30:53 +01:00
Renamed from configure.in (Browse further)