Re: [dev] [st] Unicode in esc str

2013-01-18 Thread Mihail Zenkov
Right solution. Thanks! 2013/1/18, Christoph Lohmann <2...@r-36.net>: > Greetings. > > On Fri, 18 Jan 2013 19:12:13 +0100 Mihail Zenkov > wrote: >> This patch fix unicode in esc str. Test case: echo -e >> "\033]0;русский\007" > > Thanks for the patch, but it does not completely solve the issue

Re: [dev] Re: suggestion

2013-01-18 Thread Ian Denhardt
> I think this will be a valuable tool that I wished for in many cases. > (It would be a kind of "ncurses 9term".) > > However, for a "terminal sam" I would want more integration, such as > switching between different windows and visual display of the dot. I more or less agree with both of these

[dev] Re: suggestion

2013-01-18 Thread Christian Neukirchen
Stuart Morrow writes: > You've all seen the "terminal-aware sam" on the website: > >> It has been suggested that “…a curses interface for the >> sam protocol would be interesting and perhaps even useful…” > > I have a different suggestion, arguably better because it works as > a frontend to ANY

Re: [dev] [st] zsh and del/pos1 key

2013-01-18 Thread Christoph Lohmann
Greetings. On Fri, 18 Jan 2013 19:23:24 +0100 "Roberto E. Vargas Caballero" wrote: > > This works for Del in bash. > > But it doesn't fix Pos1 or Del in zsh. > > > You can find the information in the zsh FAQ > (http://zsh.sourceforge.net/FAQ/zshfaq03.html#l25) about how get it working > with t

Re: [dev] [st] Unicode in esc str

2013-01-18 Thread Christoph Lohmann
Greetings. On Fri, 18 Jan 2013 19:12:13 +0100 Mihail Zenkov wrote: > This patch fix unicode in esc str. Test case: echo -e "\033]0;русский\007" Thanks for the patch, but it does not completely solve the issue. The UTF‐8 characters can be bigger. I adjusted the buffer size for that es‐ cape

Re: [dev][dmenu] dmenu_path is not executable

2013-01-18 Thread Carlos Torres
On Jan 18, 2013 7:06 AM, "Nikolay Vasylchyshyn" wrote: > > But, I think it would be better to have x bit already set in fresh git clone. If anything, the makefile should do it upon install. --Carlos

[dev][dmenu] dmenu_path is not executable

2013-01-18 Thread Nikolay Vasylchyshyn
Hello, suckless community! Installed fresh dmenu from git repository. All OK, but when I run dmenu (alt-p in my dwm configuration) I got only dmenu panel on top, but no autocompletions. I fixed it with chmod +x dmenu_path. I looked at dmenu_path in source directory of dmenu and there also was no

[dev] suggestion

2013-01-18 Thread Stuart Morrow
You've all seen the "terminal-aware sam" on the website: > It has been suggested that “…a curses interface for the > sam protocol would be interesting and perhaps even useful…” I have a different suggestion, arguably better because it works as a frontend to ANY stdin/stdout program. You know t