Re: [dev] [dmenu] Patch for XDG Base Directory specification of dmenu_path

2010-12-30 Thread Anselm R Garbe
On 30 December 2010 20:47, Jon Raphaelson wrote: > Attached is a patch to dmenu_path which (if enabled in the config.mk) > changes the cache file location to be XDG Base Directory Specification > compliant. After enabling the change, the cache file will live at > $XDG_CACHE_HOME/dmenu/path.cache (

Re: [dev] [dmenu] Patch for XDG Base Directory specification of dmenu_path

2010-12-30 Thread Troels Henriksen
Jon Raphaelson writes: > Hi all, > > Attached is a patch to dmenu_path which (if enabled in the config.mk) > changes the cache file location to be XDG Base Directory Specification > compliant. After enabling the change, the cache file will live at > $XDG_CACHE_HOME/dmenu/path.cache (or $HOME/.cac

Re: [dev] [dvtm] Graphics in madtty.c

2010-12-30 Thread Niki Yoshiuchi
What version are you running? I was running 0.5.2 and just updated to HEAD, and that fixed the problem for me. It looks like your patch was added after version 0.6 so unless you are running against the HEAD of the repository you won't have the fix. Here I am running a nested instance: http://i.i

Re: [dev] [dvtm] Graphics in madtty.c

2010-12-30 Thread Ross Mohn
Yes, I did add that patch, and it does indeed set the graphmode flag in dvtm, but it still prints 'lqj' rather than the graphic versions of them. I just tried st: graphics from st, but just 'lqj' from dvtm within st. Not sure what's going on now. :-/ On 12/30/2010 02:50 PM, Niki Yoshiuchi wrote:

Re: [dev] [dvtm] Graphics in madtty.c

2010-12-30 Thread Niki Yoshiuchi
The problem is with dvtm, specifically older versions. dvtm 0.5.2 definitely has this problem and I know that the HEAD of the git repository does not. According to the git log it was fixed by you: commit 163a07d5fb99f2b187e1da0f66084f14d6459626 Author: Marc Andre Tanner Date: Fri Dec 17 21:01

[dev] [dmenu] Patch for XDG Base Directory specification of dmenu_path

2010-12-30 Thread Jon Raphaelson
Hi all, Attached is a patch to dmenu_path which (if enabled in the config.mk) changes the cache file location to be XDG Base Directory Specification compliant. After enabling the change, the cache file will live at $XDG_CACHE_HOME/dmenu/path.cache (or $HOME/.cache/dmenu/path.cache if $XDG_CACHE_HO

Re: [dev] [dvtm] Graphics in madtty.c

2010-12-30 Thread Aurélien Aptel
On Thu, Dec 30, 2010 at 1:50 AM, Ross Mohn wrote: > Thanks for that! Yes, it also works in screen and tmux, but not dvtm. I'll > slog through some tmux code and see about adding it to dvtm. Sorry if I wasn't clear, but the line drawing characters are correctly displayed while using dvtm *inside*